Kheys, Administrateurs
9 367
modifications
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 35 : | Ligne 35 : | ||
padding-right: 1px; | padding-right: 1px; | ||
margin-left: 1px; | margin-left: 1px; | ||
} | |||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | |||
@font-face | |||
{ | |||
font-family: 'Open Sans'; | |||
src: url('http://gohan.edard.org/remind/fonts/open-sans/OpenSans-Regular.ttf') format('truetype'); | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
@font-face | |||
{ | |||
font-family: 'Open Sans'; | |||
src: url('http://gohan.edard.org/remind/fonts/open-sans/OpenSans-Bold.ttf') format('truetype'); | |||
font-weight: 700; | |||
font-style: normal; | |||
} | |||
@font-face | |||
{ | |||
font-family: 'Open Sans'; | |||
src: url('http://gohan.edard.org/remind/fonts/open-sans/OpenSans-Italic.ttf') format('truetype'); | |||
font-weight: 400; | |||
font-style: italic; | |||
} | |||
@font-face | |||
{ | |||
font-family: 'Open Sans'; | |||
src: url('http://gohan.edard.org/remind/fonts/open-sans/OpenSans-BoldItalic.ttf') format('truetype'); | |||
font-weight: 700; | |||
font-style: italic; | |||
} | |||
body | |||
{ | |||
font-family: "Open Sans", Arial, sans-serif; | |||
} | } |