wersja skryptu MyBB: 1.6.14
adres forum: kbhl.xaa.pl (konto: Rascalov, mybb11)
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, jak dodać polskie znaki diakrytyczne do tych dwóch czcionek?
global
adres forum: kbhl.xaa.pl (konto: Rascalov, mybb11)
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam, jak dodać polskie znaki diakrytyczne do tych dwóch czcionek?
global
@font-face {
font-family: 'open_sansregular';
src: url(images/fd/font/OpenSans-Regular-webfont.eot);
src: url(images/fd/font/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(images/fd/font/OpenSans-Regular-webfont.woff) format('woff'),
url(images/fd/font/OpenSans-Regular-webfont.ttf) format('truetype'),
url(images/fd/font/OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
@font-face {
font-family: 'FontAwesome';
src: url(images/fd/font/fontawesome-webfont.eot);
src: url(images/fd/font/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
url(images/fd/font/fontawesome-webfont.woff) format('woff'),
url(images/fd/font/fontawesome-webfont.ttf) format('truetype'),
url(images/fd/font/fontawesome-webfont.svg#FontAwesome) format('svg');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
}