mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 03:51:28 +00:00
Exo2 font
This commit is contained in:
parent
ec7b58e265
commit
9b37b5429a
|
@ -5,13 +5,19 @@
|
|||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'exo2';
|
||||
src:url('../fonts/exo2.ttf');
|
||||
}
|
||||
|
||||
/* =======================================================
|
||||
*
|
||||
* Template Style
|
||||
*
|
||||
* ======================================================= */
|
||||
body {
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-family: "exo2", sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
|
@ -414,7 +420,7 @@ h1, h2, h3, h4, h5, h6, figure {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
color: white;
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-family: "exo2", sans-serif;
|
||||
}
|
||||
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
|
||||
margin-bottom: 20px;
|
||||
|
@ -793,7 +799,7 @@ h1, h2, h3, h4, h5, h6, figure {
|
|||
}
|
||||
.blog-flex .featured-blog .desc-t h3 {
|
||||
font-weight: 700;
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-family: "exo2", sans-serif;
|
||||
font-size: 30px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 40px;
|
||||
|
@ -850,7 +856,7 @@ h1, h2, h3, h4, h5, h6, figure {
|
|||
}
|
||||
.blog-flex .blog-entry .blog-post .desc h3 {
|
||||
font-weight: 300;
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-family: "exo2", sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
margin-bottom: 10px;
|
||||
|
@ -1250,7 +1256,7 @@ input[type="text"] {
|
|||
.btn {
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-family: "exo2", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
-webkit-border-radius: 1px;
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
fonts/exo2.ttf
Normal file
BIN
fonts/exo2.ttf
Normal file
Binary file not shown.
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue