Wsparcie » Motywy » Czcionki w pliku font.css

  • silverhead

    (@silverhead)


    Jak zwykle nowy motyw i nowy problem z czcionkami. Niestety wszystkie czcionki zapisane są w pliku font.css, a w style.css mam tylko @import url(css/font.css); Możecie mi podpowiedzieć jak zmodyfikować plik font.css, żeby polskie znaki wyświetlały się poprawnie?

    To jest zawartość pliku font.css:

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

    }

    @font-face {
    font-family: 'OpenSansRegular’;
    src: url(’OpenSans-Regular-webfont.eot’);
    src: url(’OpenSans-Regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(’OpenSans-Regular-webfont.woff’) format(’woff’),
    url(’OpenSans-Regular-webfont.ttf’) format(’truetype’),
    url(’OpenSans-Regular-webfont.svg#OpenSansRegular’) format(’svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: 'SourceSansProRegular’;
    src: url(’SourceSansPro-Regular-webfont.eot’);
    src: url(’SourceSansPro-Regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(’SourceSansPro-Regular-webfont.woff’) format(’woff’),
    url(’SourceSansPro-Regular-webfont.ttf’) format(’truetype’),
    url(’SourceSansPro-Regular-webfont.svg#SourceSansProRegular’) format(’svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: 'SourceSansProBold’;
    src: url(’SourceSansPro-Bold-webfont.eot’);
    src: url(’SourceSansPro-Bold-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(’SourceSansPro-Bold-webfont.woff’) format(’woff’),
    url(’SourceSansPro-Bold-webfont.ttf’) format(’truetype’),
    url(’SourceSansPro-Bold-webfont.svg#SourceSansProBold’) format(’svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: 'great_vibesregular’;
    src: url(’greatvibes-regular-webfont.eot’);
    src: url(’greatvibes-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(’greatvibes-regular-webfont.woff’) format(’woff’),
    url(’greatvibes-regular-webfont.ttf’) format(’truetype’),
    url(’greatvibes-regular-webfont.svg#great_vibesregular’) format(’svg’);
    font-weight: normal;
    font-style: normal;

    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • Temat ‘Czcionki w pliku font.css’ jest zamknięty na nowe odpowiedzi.