Fix fonts.css -> font.css
This commit is contained in:
parent
0390bdf7ad
commit
6616916013
|
@ -2,50 +2,43 @@
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/R.ttf");
|
src: url("/css/font/Open Sans/R.ttf");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans sb';
|
font-family: 'Open Sans sb';
|
||||||
src: url("/css/font/Open Sans/SB.ttf");
|
src: url("/css/font/Open Sans/SB.ttf");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/b.ttf");
|
src: url("/css/font/Open Sans/b.ttf");
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/i.ttf");
|
src: url("/css/font/Open Sans/i.ttf");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/bi.ttf");
|
src: url("/css/font/Open Sans/bi.ttf");
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/L.ttf");
|
src: url("/css/font/Open Sans/L.ttf");
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
src: url("/css/font/Open Sans/Li.ttf");
|
src: url("/css/font/Open Sans/Li.ttf");
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: italic;
|
font-style: italic; }
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= font.css.map */
|
/*# sourceMappingURL= font.css.map */
|
|
@ -1,37 +0,0 @@
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/R.ttf");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans sb';
|
|
||||||
src: url("/css/font/Open Sans/SB.ttf");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/b.ttf");
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/i.ttf");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/bi.ttf");
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: italic; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/L.ttf");
|
|
||||||
font-weight: 100;
|
|
||||||
font-style: normal; }
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
src: url("/css/font/Open Sans/Li.ttf");
|
|
||||||
font-weight: 100;
|
|
||||||
font-style: italic; }
|
|
||||||
|
|
||||||
/*# sourceMappingURL=fonts.css.map */
|
|
|
@ -10,7 +10,7 @@
|
||||||
<meta name='desctiption' content="Système de gestion des véhicules pour STEF.">
|
<meta name='desctiption' content="Système de gestion des véhicules pour STEF.">
|
||||||
|
|
||||||
<!-- Dépendences CSS -->
|
<!-- Dépendences CSS -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/fonts.css' /> <!-- Chargement des fonts -->
|
<link type='text/css' rel='stylesheet' href='/css/min/font.css' /> <!-- Chargement des fonts -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
||||||
|
|
||||||
<!-- Icone -->
|
<!-- Icone -->
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<!-- Dépendences CSS -->
|
<!-- Dépendences CSS -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/fonts.css' /> <!-- Positionnement global des pages -->
|
<link type='text/css' rel='stylesheet' href='/css/min/font.css' /> <!-- Positionnement global des pages -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/layout.css' /> <!-- Positionnement global des pages -->
|
<link type='text/css' rel='stylesheet' href='/css/min/layout.css' /> <!-- Positionnement global des pages -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/header.css' /> <!-- Gestion du header -->
|
<link type='text/css' rel='stylesheet' href='/css/min/header.css' /> <!-- Gestion du header -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/menu-side.css' /> <!-- Gestion du menu -->
|
<link type='text/css' rel='stylesheet' href='/css/min/menu-side.css' /> <!-- Gestion du menu -->
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<meta name='desctiption' content="Système de gestion des véhicules pour STEF.">
|
<meta name='desctiption' content="Système de gestion des véhicules pour STEF.">
|
||||||
|
|
||||||
<!-- Dépendences CSS -->
|
<!-- Dépendences CSS -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/fonts.css' /> <!-- Chargement des fonts -->
|
<link type='text/css' rel='stylesheet' href='/css/min/font.css' /> <!-- Chargement des fonts -->
|
||||||
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
<link type='text/css' rel='stylesheet' href='/css/min/reset.css' /> <!-- Reset du css natif des browsers -->
|
||||||
|
|
||||||
<!-- Icone -->
|
<!-- Icone -->
|
||||||
|
|
Loading…
Reference in New Issue