Kheys, Administrateurs
9 367
modifications
Aucun résumé des modifications |
(nouvelle police par défaut: Roboto) |
||
Ligne 41 : | Ligne 41 : | ||
@font-face | @font-face | ||
{ | { | ||
font-family: | font-family: "Roboto"; | ||
src: url('https://wiki.jvflux.com/fonts/ | src: url('https://wiki.jvflux.com/skins/fonts/Roboto-Regular.ttf') format('truetype'); | ||
font-weight: 400; | font-weight: 400; | ||
font-style: normal; | font-style: normal; | ||
Ligne 49 : | Ligne 49 : | ||
@font-face | @font-face | ||
{ | { | ||
font-family: | font-family: "Roboto"; | ||
src: url('https://wiki.jvflux.com/fonts/ | src: url('https://wiki.jvflux.com/skins/fonts/Roboto-Italic.ttf') format('truetype'); | ||
font-weight: 700; | font-weight: 700; | ||
font-style: | font-style: italic; | ||
} | } | ||
@font-face | @font-face | ||
{ | { | ||
font-family: | font-family: "Roboto"; | ||
src: url('https://wiki.jvflux.com/fonts/ | src: url('https://wiki.jvflux.com/skins/fonts/Roboto-Bold.ttf') format('truetype'); | ||
font-weight: 400; | font-weight: 400; | ||
font-style: | font-style: bold; | ||
} | } | ||
body, h1, h2, h3, h4, h5, h6, text | body, h1, h2, h3, h4, h5, h6, text | ||
{ | { | ||
font-family: " | font-family: "Roboto", Helvetica, Arial, sans-serif !important; | ||
} | } |