journal-intime/resources/sass/app.scss

22 lines
630 B
SCSS
Raw Normal View History

2019-09-18 16:50:01 +02:00
// Fonts
@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';
2019-09-18 16:50:01 +02:00
// Variables
@import 'variables';
// Surcharge
@import 'general';