Customizing your web presence

Using a custom font

You can customize the web CSS in Buttondown's design settings to use a custom font for your newsletter archives.

For example, using the Montserrat font from Google Fonts:

@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
font-family: "Montserrat", sans-serif;
}