Exo2 font

This commit is contained in:
Tolstoevsky 2019-12-07 12:29:35 +03:00
parent ec7b58e265
commit 9b37b5429a
4 changed files with 19 additions and 14 deletions

View file

@ -1,4 +1,5 @@
$font-primary: 'Oxygen', sans-serif;
//$font-primary: 'Oxygen', sans-serif;
$font-primary: 'Exo2';
$font-secondary: 'Source Sans Pro', sans-serif;
@ -67,6 +68,11 @@ $form-group-margin-bottom: 30px !default;
-moz-flex-wrap: wrap;
}
@font-face {
font-family: 'exo2';
src:url('../fonts/exo2.ttf');
}
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon/icomoon.eot?srf3rx');
@ -1544,4 +1550,4 @@ input[type="text"] {
top: 0;
left: 0;
padding: 20px;
}
}