Can I add custom fonts to this theme?
-
I have a custom font that I would like to use for this theme but don’t know where to upload the font.. I know what the css would generally look like to have a custom font:
@font-face {
font-family: FontName;
src: url(public_html/your-site/wp-content/themes/your-theme/fonts/FontName-Regular.ttf);
font-weight: normal;
}But I don’t know where I could upload this font to give it a source.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can I add custom fonts to this theme?’ is closed to new replies.