Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

nouvelle police par défaut: Roboto
Aucun résumé des modifications
(nouvelle police par défaut: Roboto)
Ligne 41 : Ligne 41 :
@font-face
@font-face
{
{
   font-family: 'Open Sans';
   font-family: "Roboto";
   src: url('https://wiki.jvflux.com/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
   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: 'Open Sans';
   font-family: "Roboto";
   src: url('https://wiki.jvflux.com/fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
   src: url('https://wiki.jvflux.com/skins/fonts/Roboto-Italic.ttf') format('truetype');
   font-weight: 700;
   font-weight: 700;
   font-style: normal;
   font-style: italic;
}
}


@font-face
@font-face
{
{
   font-family: 'Open Sans';
   font-family: "Roboto";
   src: url('https://wiki.jvflux.com/fonts/open-sans/OpenSans-Italic.ttf') format('truetype');
   src: url('https://wiki.jvflux.com/skins/fonts/Roboto-Bold.ttf') format('truetype');
   font-weight: 400;
   font-weight: 400;
   font-style: italic;
   font-style: bold;
}
 
@font-face
{
  font-family: 'Open Sans';
  src: url('https://wiki.jvflux.com/fonts/open-sans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
}


body, h1, h2, h3, h4, h5, h6, text
body, h1, h2, h3, h4, h5, h6, text
{
{
   font-family: "Open Sans", Arial, sans-serif !important;
   font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
}
9 367

modifications