« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
m FetteClassicUNZFraktur |
m Cinzel font |
||
| Ligne 13 : | Ligne 13 : | ||
src: url('/fonts/FetteClassicUNZFraktur.ttf') format('truetype'); | src: url('/fonts/FetteClassicUNZFraktur.ttf') format('truetype'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | |||
font-display: swap; | |||
} | |||
@font-face { | |||
font-family: 'Fette Unz Fraktur'; | |||
src: url('/fonts/FetteUNZFraktur.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
} | |||
@font-face { | |||
font-family: 'Fette Unz Fraktur Classic'; | |||
src: url('/fonts/FetteClassicUNZFraktur.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
font-display: swap; | |||
} | |||
/* Variante Regular (400) */ | |||
@font-face { | |||
font-family: 'Cinzel Decorative'; | |||
src: url('/fonts/CinzelDecorative-Regular.ttf') format('truetype'); | |||
font-weight: 400; | |||
font-style: normal; | |||
font-display: swap; /* Améliore le chargement */ | |||
} | |||
/* Variante Bold (700) */ | |||
@font-face { | |||
font-family: 'Cinzel Decorative'; | |||
src: url('/fonts/CinzelDecorative-Bold.ttf') format('truetype'); | |||
font-weight: 700; | |||
font-style: normal; | |||
font-display: swap; | |||
} | |||
/* Variante Black (900) */ | |||
@font-face { | |||
font-family: 'Cinzel Decorative'; | |||
src: url('/fonts/CinzelDecorative-Black.ttf') format('truetype'); | |||
font-weight: 900; | |||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||