Forums

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

Home Forums CSS Getting around Chrome font display on PC Re: Getting around Chrome font display on PC

#132980
djpysu
Member

test.armatti.ro (the font is in the hexagon – left) first page.

@font-face {
font-family: ‘BodoniStd’;
src: url(‘css/fonts/BodoniStd.eot’);
src: url(‘css/fonts/BodoniStd.svg#svgBodoniStd’) format(‘svg’), url(‘css/fonts/BodoniStd.woff’) format(‘woff’), url(‘css/fonts/BodoniStd.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
/* FONT CORRECTION */
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: ‘BodoniStd’; src: url(‘css/fonts/BodoniStd.svg’) format(‘svg’);
}
}