« MediaWiki:Common.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
m Cinzel font |
mAucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
/* | /* ===================================================== | ||
DÉCLARATIONS DE POLICES GLOBALES | |||
===================================================== */ | |||
/* Cinzel Decorative - Police décorative pour lettrines */ | |||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Cinzel Decorative'; | ||
src: url('/fonts/ | src: url('/fonts/CinzelDecorative-Regular.woff2') format('woff2'), | ||
font-weight: | url('/fonts/CinzelDecorative-Regular.ttf') format('truetype'); | ||
font-weight: 400; | |||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
| Ligne 10 : | Ligne 15 : | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Cinzel Decorative'; | ||
src: url('/fonts/ | src: url('/fonts/CinzelDecorative-Bold.woff2') format('woff2'), | ||
font-weight: | url('/fonts/CinzelDecorative-Bold.ttf') format('truetype'); | ||
font-weight: 700; | |||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
| Ligne 18 : | Ligne 24 : | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Cinzel Decorative'; | ||
src: url('/fonts/ | src: url('/fonts/CinzelDecorative-Black.woff2') format('woff2'), | ||
font-weight: | url('/fonts/CinzelDecorative-Black.ttf') format('truetype'); | ||
font-weight: 900; | |||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
} | } | ||
/* Fette Unz Fraktur - Police gothique pour lettrines médiévales */ | |||
@font-face { | @font-face { | ||
font-family: 'Fette Unz Fraktur | font-family: 'Fette Unz Fraktur'; | ||
src: url('/fonts/ | src: url('/fonts/FetteUNZFraktur.woff2') format('woff2'), | ||
url('/fonts/FetteUNZFraktur.ttf') format('truetype'); | |||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
| Ligne 33 : | Ligne 42 : | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Fette Unz Fraktur Classic'; | ||
src: url('/fonts/ | src: url('/fonts/FetteClassicUNZFraktur.woff2') format('woff2'), | ||
url('/fonts/FetteClassicUNZFraktur.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-weight | |||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||