💄 Modifie l'aspect

* Ajoute une nouvelle police (et retire celui de Google)
Pour #5
This commit is contained in:
2019-10-07 12:54:03 +02:00
parent a7c8276aff
commit 842cfec0dd
13 changed files with 1664 additions and 60254 deletions

3
resources/sass/_general.scss vendored Normal file
View File

@@ -0,0 +1,3 @@
h1, h2, h3, h4 {
font-family: $font-family-base;
}

View File

@@ -2,7 +2,7 @@
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-family-base: 'special_eliteregular', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

View File

@@ -1,8 +1,21 @@
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
@font-face {
font-family: 'special_eliteregular';
src: url('../fonts/SpecialElite-webfont.eot');
src: url('../fonts/SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/SpecialElite-webfont.woff') format('woff'),
url('../fonts/SpecialElite-webfont.ttf') format('truetype'),
url('../fonts/SpecialElite-webfont.svg#special_eliteregular') format('svg');
font-weight: normal;
font-style: normal;
}
// Bootstrap
//@import '~bootstrap/scss/bootstrap';
@import '~tabler-ui/src/assets/scss/bundle.scss';
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
// Surcharge
@import 'general';