How to setup custom fonts from cloud.typography?

Hi,
We're going to use a custom font from the cloud.typography service, and we would like to know the best way to use it with the Betheme wordpress theme.

The service uses a CSS key to be added within the <head> element:
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/xxxxxx/xxxxxxx/css/fonts.css" />

and each font has a style definition like:
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 400;

Wich is the best way to setup the fonts?
Thanks!

Comments

  • Hi,

    for that you need to modify theme files, especially functions/theme-head.php file which is responsible for header. But please notice that we do not offer that kind of customizations unfortunately so you need to do them on your own.

    Thanks for understanding!
Sign In or Register to comment.