Adding font from MyFonts.com properly

Okay I’ve managed this myself but unsure if it is the most correct way to do this so if anybody could provide a best solution I am open for ideas.

So far I made the following:

  1. uploaded all the fonts I’ve got from MyFonts.com into Fonts folder.
  2. changed the names of the Fonts provided to the HumanUnderstandable Font names.
  3. selected font weights
  4. added the provided CSS code from myfonts into Custom Code tab → Head Code section into the

< style>

< /style>

NOTE: need to remove spaces in these lines < style> and < /style> to make this code work

  1. @font-face {font-family: ‘MyFontName’;src: url
    In this line of CSS I changed the original name to the name I used in step2.
1 Like