Accessing Fonts When Serving From Site
-
Hello,
I am trying to figure out how to access fonts on my site’s server and not having any luck.1. The font folder is placed directly in the theme folder.
2. The following is placed at the top of style.css:
@font-face { font-family: "sitetitle; src: url("../Fonts/Raleway-Black.ttf"); }
3. To be sure I am using the correct call from style.css I placed a system font that is not used in the theme as the first alternate. That way I can tell that my call for the font is going to the right place.
Is the font folder in the correct place or is my css call wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Accessing Fonts When Serving From Site’ is closed to new replies.