[MTELEEGHA-3] Eghezee : add Zilla Slab font

This commit is contained in:
Daniel Muyshond 2020-10-04 11:35:42 +02:00
parent 27e73f356f
commit 7e0005edf2
10 changed files with 16 additions and 1 deletions

View File

@ -5,7 +5,8 @@
@import '../imio/steps-config';
@import '../../publik-base-theme/static/includes/publik';
@import '../../publik-base-theme/static/includes/fonts/din';
//@import '../../publik-base-theme/static/includes/fonts/din';
@import '../includes/fonts/zilla-slab';
@import '../imio/form-buttons';
@import '../imio/header';

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,14 @@
@mixin zillaslab-font($type, $weight) {
@font-face {
font-family: 'Zilla Slab';
src: url('/static/fonts/ZillaSlab/zillaslab-#{$type}.woff2'),
url('/static/fonts/ZillaSlab/zillaslab-#{$type}.woff');
font-weight: $weight;
font-style: normal;
}
}
@include zillaslab-font('regular', 500);
@include zillaslab-font('semi-bold', 600);
@include zillaslab-font('bold', 700);