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

@ -5,13 +5,19 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face {
font-family: 'exo2';
src:url('../fonts/exo2.ttf');
}
/* ======================================================= /* =======================================================
* *
* Template Style * Template Style
* *
* ======================================================= */ * ======================================================= */
body { body {
font-family: "Oxygen", sans-serif; font-family: "exo2", sans-serif;
font-weight: 300; font-weight: 300;
font-size: 14px; font-size: 14px;
line-height: 1.7; line-height: 1.7;
@ -414,7 +420,7 @@ h1, h2, h3, h4, h5, h6, figure {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: white; color: white;
font-family: "Oxygen", sans-serif; font-family: "exo2", sans-serif;
} }
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 { #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
margin-bottom: 20px; margin-bottom: 20px;
@ -793,7 +799,7 @@ h1, h2, h3, h4, h5, h6, figure {
} }
.blog-flex .featured-blog .desc-t h3 { .blog-flex .featured-blog .desc-t h3 {
font-weight: 700; font-weight: 700;
font-family: "Oxygen", sans-serif; font-family: "exo2", sans-serif;
font-size: 30px; font-size: 30px;
margin-bottom: 10px; margin-bottom: 10px;
line-height: 40px; line-height: 40px;
@ -850,7 +856,7 @@ h1, h2, h3, h4, h5, h6, figure {
} }
.blog-flex .blog-entry .blog-post .desc h3 { .blog-flex .blog-entry .blog-post .desc h3 {
font-weight: 300; font-weight: 300;
font-family: "Oxygen", sans-serif; font-family: "exo2", sans-serif;
font-size: 16px; font-size: 16px;
line-height: 30px; line-height: 30px;
margin-bottom: 10px; margin-bottom: 10px;
@ -1250,7 +1256,7 @@ input[type="text"] {
.btn { .btn {
margin-right: 4px; margin-right: 4px;
margin-bottom: 4px; margin-bottom: 4px;
font-family: "Oxygen", sans-serif; font-family: "exo2", sans-serif;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
-webkit-border-radius: 1px; -webkit-border-radius: 1px;

File diff suppressed because one or more lines are too long

BIN
fonts/exo2.ttf Normal file

Binary file not shown.

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