Ja chciałbym dodać swoje fonty. Za pośrednictwem Custom CSS dodałem skrypt:
- Kod: Zaznacz cały
@font-face {
font-family: 'didonesque-roman';
src: url('..fonts/didonesque_roman_macroman/didonesque-roman-webfont.woff2') format('woff2'),
url('..fonts/didonesque_roman_macroman/didonesque-roman-webfont.woff') format('woff');
font-weight: normal;
font-style: normal; }
Do do folderu na serwerze: wp-content/themes/g5_helium/fonts dodałem webfont opisany w kodzie. Mimo to font nie wyświetla mi się na stronie w tekście w którym próbuję go ustawić.
Proszę o pomoc. Może pomijam jakąś czynność?
Pozdrawiam