Implement Google Fonts

PHOTO EMBED

Thu Jan 06 2022 18:39:01 GMT+0000 (Coordinated Universal Time)

Saved by @rebukt #css

/* update font */
body {
  font-family: "Montserrat", sans-serif !important;
}
content_copyCOPY

Allbound only supports Free Google Fonts. Customers can search through the library here: https://fonts.google.com/. Support Engineers can implement the font by navigating to https://fonts.google.com/ and selecting the font provided by the customer. After selecting the regular style, copy the 'CSS rules to specify families' and apply it the code snippet here.