Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Google Fonts rendering issues Re: Google Fonts rendering issues

#50068
chrisburton
Participant

Ok, now when you’re styling your text how do you code it?

Like this?
e.g.

font: normal 20px "Panefresco600wtRegular";

Also try adding another forward slash before “type”
Copy/Paste

@font-face {
font-family: 'Panefresco600wtRegular';
src: url('/type/Panefresco600wt-Regular-webfont.eot');
src: url('/type/Panefresco600wt-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/typePanefresco600wt-Regular-webfont.woff') format('woff'),
url('/typePanefresco600wt-Regular-webfont.ttf') format('truetype'),
url('/typePanefresco600wt-Regular-webfont.svg#Panefresco600wtRegular') format('svg');
font-weight: normal;
font-style: normal;

}