Fuis la police de Google (ou presque)
This commit is contained in:
parent
941294cf93
commit
5f49ecf270
17 changed files with 277 additions and 150 deletions
71
avisstage/sass/_fonts.scss
Normal file
71
avisstage/sass/_fonts.scss
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
@import "_definitions.scss";
|
||||||
|
|
||||||
|
/* alegreya-700 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Alegreya';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local('Alegreya Bold'), local('Alegreya-Bold'),
|
||||||
|
url('' + $staticurl + 'fonts/alegreya-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl + 'fonts/alegreya-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* dosis-300 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Dosis';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
src: local('Dosis Light'), local('Dosis-Light'),
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* dosis-500 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Dosis';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
src: local('Dosis Medium'), local('Dosis-Medium'),
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* dosis-700 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Dosis';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local('Dosis Bold'), local('Dosis-Bold'),
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl +'fonts/dosis-v7-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* lato-300 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
src: local('Lato Light'), local('Lato-Light'),
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* lato-300italic - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
|
src: local('Lato Light Italic'), local('Lato-LightItalic'),
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* lato-700 - latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Lato';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local('Lato Bold'), local('Lato-Bold'),
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('' + $staticurl + 'fonts/lato-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
@import "compass/reset";
|
@import "compass/reset";
|
||||||
@import "_definitions.scss";
|
@import "_definitions.scss";
|
||||||
@import url('https://fonts.googleapis.com/css?family=Dosis:300,500,700|Alegreya:700|Lato:300,300i,700');
|
@import "_fonts.scss";
|
||||||
|
// @import url('https://fonts.googleapis.com/css?family=Dosis:300,500,700|Alegreya:700|Lato:300,300i,700');
|
||||||
|
|
||||||
// Général
|
// Général
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
BIN
avisstage/static/fonts/alegreya-v11-latin-700.woff
Normal file
BIN
avisstage/static/fonts/alegreya-v11-latin-700.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/alegreya-v11-latin-700.woff2
Normal file
BIN
avisstage/static/fonts/alegreya-v11-latin-700.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-300.woff
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-300.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-300.woff2
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-300.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-500.woff
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-500.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-500.woff2
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-500.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-700.woff
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-700.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/dosis-v7-latin-700.woff2
Normal file
BIN
avisstage/static/fonts/dosis-v7-latin-700.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-300.woff
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-300.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-300.woff2
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-300.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-300italic.woff
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-300italic.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-300italic.woff2
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-300italic.woff2
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-700.woff
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-700.woff
Normal file
Binary file not shown.
BIN
avisstage/static/fonts/lato-v14-latin-700.woff2
Normal file
BIN
avisstage/static/fonts/lato-v14-latin-700.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue