I have been using web fonts and the Freeway action for them now for a couple of years and dozens of websites. I have never seen this happen before. I want to use the Copperplate Gothic Bold font on my webpage as well as my standard Georgia.
This has always worked the first try every time before tonight’s project.
The bottom HTML block is the only part of the webpage that is told to use the Copperplate Gothic Bold font. But no matter what I do, make that block active for web fonts, or just make the highlighted text that web font, the entire page’s text all turn into Copperplate Gothic Bold font.
I’ve been trying all sorts of different ways to hopefully get the correct results, but no go. Why is this only happening with this one website?
HI,
I found this line in the page’s CSS: @font-face { font-family: ‘Georgia’; src:url(“Resources/Copperplate-Gothic-Bold-Regular.eot”) format(“eot”), url(“Resources/Copperplate-Gothic-Bold-Regular.ttf”) format(“truetype”); }
So, you’re telling the font-family Georgia to use the Copperplate Gothic font! You need to change that to reference the font files you want to use in this case the Georgie font files.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
On Sep 5, 2018, at 2:35 AM, Paul email@hidden wrote:
HI,
I found this line in the page’s CSS: @font-face { font-family: ‘Georgia’; src:url(“Resources/Copperplate-Gothic-Bold-Regular.eot”) format(“eot”), url(“Resources/Copperplate-Gothic-Bold-Regular.ttf”) format(“truetype”); }
So, you’re telling the font-family Georgia to use the Copperplate Gothic font! You need to change that to reference the font files you want to use in this case the Georgie font files.
Robert Mitton
Organic SEO Specialist
Custom Mobi Websites
email@hidden
303 South Broadway, B353
Denver, CO 80209
cell phone (720) 435-9205
***** Disclaimer *****
This communication may be monitored and collected without consent, in secret, by the NSA, in likely violation of the Constitution of the United States of America. If you find this policy by the NSA reprehensible, please contact your government representatives and let them know.
freewaytalk mailing list
email@hidden
Update your subscriptions at: