CSS code – custom fonts
-
Hello there!
For my website, I’m trying to use my own fonts which I’ve uploaded using File Manager. I’ve tried the following code, to use 3 different fonts for different areas on my website:
@font-face { font-family: ClarendonLTStd-Light; src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/ClarendonLTStd-Light.ttf)format('truetype'); font-weight: normal; } @font-face { font-family: ClarendonLTStd; src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/ClarendonLTStd.ttf)format('truetype'); font-weight: normal; } @font-face { font-family: KasseFLF-Bold; src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/KasseFLF-Bold.ttf)format('truetype'); font-weight: normal; } body{ font-family:ClarendonLTStd-Light;} links{ font-family:ClarendonLTStd-Light;} h1{ font-family:ClarendonLTStd;} h2, h3, h4, h5, h6, h7{ font-family:KasseFLF-Bold;}
Could anyone please help out and let me know what I’ve done wrong? ??
Thanks you in advance!
Best regards,
WouterThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS code – custom fonts’ is closed to new replies.