Tech de Gamuza

Polices à télécharger : @font-face

Utliser une police de caractères servie depuis une URL : la propriété CSS @font-face/* * téléchargement des polices */ @font-face font-family : ’Vegur’ ; src : url(’fonts/Vegur-Regular-webfont.woff’) format(’woff’) ; font-style : normal ;
@font-face font-family : ’VegurBold’ ; url(’fonts/Vegur-Bold-webfont.woff’) ; font-weight : bold ;
@font-face font-family : ’merriweather’ ; src : url(’merriweather-bold.woff2 ?#iefix’) format(’woff2’), url(’merriweather-bold.woff’) format(’woff’), (…)

Derniers articles