Tagged: Font
- This topic has 8 replies, 2 voices, and was last updated 5 years, 10 months ago by Theme Horse Support Team.
-
AuthorPosts
-
January 2, 2019 at 12:44 am #59487AlbertoParticipant
I want add new font visible in all browsers. In which folder do I put it? The font is Snell Roundhand
January 7, 2019 at 7:01 am #59557Theme Horse Support TeamKeymasterHi there,
You can not show the font visible in all visitors browser by just adding font to the folder.
You need to have the license to use that font as well as it needs code customization to enqueue/register the styles and scripts of that font. You need to hire a developer for this.Thank you!
January 7, 2019 at 3:28 pm #59564AlbertoParticipantThe Snell Roundhand font is free.
I have put in the css and it works. I did not download it from the web.
I only put this css in the child so: font-family: “Snell Roundhand”, arial;January 8, 2019 at 6:50 am #59570Theme Horse Support TeamKeymasterHi,
Just adding the line of CSS code will not load the font for your visitors.
You have installed that font into your PC does not mean that your visitor will see same font into your site. You also have to load the script or attached font library into your site. So that your visitor will have same appearance as you see into your PC.Thank you!
January 8, 2019 at 2:47 pm #59583AlbertoParticipantI think it’s OK now.
Folders directory: themes/wp-portfolio/font-awesome/snell-roundhand
Font: SnellRoundhand .ttf, .otf, .woff
In the child css:
@font-face { font-family: SnellRoundhand; src: url(SnellRoundhand.ttf) format('truetype'), url(SnellRoundhand.woff) format('woff'), url(SnellRoundhand.eot) format('embedded-opentype'); } /* Copyright sotto le frasi */ .frasicopy { font-family: SnellRoundhand, times, arial; font-size: 1.1em; font-style: normal; color: #118040; }
January 8, 2019 at 10:01 pm #59584AlbertoParticipantPost before no good. This correct code:
@font-face { font-family: SnellRoundhand; src: local ('SnellRoundhand'), url('http://SITE.COM/wp-content/themes/wp-portfolio/font-awesome/snell-roundhand/SnellRoundhand.ttf') format('truetype'), url('http://SITE.COM/wp-content/themes/wp-portfolio/font-awesome/snell-roundhand/SnellRoundhand.eot') format('embedded-opentype'), url('http://SITE.COM/wp-content/themes/wp-portfolio/font-awesome/snell-roundhand/SnellRoundhand.woff') format('woff'), url('http://SITE.COM/wp-content/themes/wp-portfolio/font-awesome/snell-roundhand/SnellRoundhand.woff2') format('woff2'); }
January 10, 2019 at 11:52 am #59603Theme Horse Support TeamKeymasterJanuary 10, 2019 at 12:15 pm #59608AlbertoParticipantTanks, I did it.
January 20, 2019 at 1:07 pm #59783Theme Horse Support TeamKeymasterWelcome any time @forum80
-
AuthorPosts
- You must be logged in to reply to this topic.