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:
- uploaded all the fonts I’ve got from MyFonts.com into Fonts folder.
- changed the names of the Fonts provided to the HumanUnderstandable Font names.
- selected font weights
- 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
-
@font-face {font-family: ‘MyFontName’;src: url
In this line of CSS I changed the original name to the name I used in step2.