scss/typography: use Teko as the title font

This commit is contained in:
Kazhnuz 2018-10-24 13:07:43 +02:00
parent 030ef0707f
commit f5f6837a2c
8 changed files with 60 additions and 0 deletions

View File

@ -175,6 +175,32 @@
font-weight: 800;
font-style: italic; }
/* 2.1.2 - Teko */
@font-face {
font-family: 'Teko';
src: url("../fonts/teko-light-webfont.woff");
font-weight: 300; }
@font-face {
font-family: 'Teko';
src: url("../fonts/teko-regular-webfont.woff");
font-weight: 400; }
@font-face {
font-family: 'Teko';
src: url("../fonts/teko-medium-webfont.woff");
font-weight: 500; }
@font-face {
font-family: 'Teko';
src: url("../fonts/teko-semibold-webfont.woff");
font-weight: 600; }
@font-face {
font-family: 'Teko';
src: url("../fonts/teko-bold-webfont.woff");
font-weight: 700; }
/* 2.2 - Global Typography */
body {
font-family: OpenSans, sans-serif;
@ -243,6 +269,7 @@ ol {
/* 2.3 - Titles */
h1, h2, h3, h4, h5, h6, h7 {
font-family: 'Teko';
text-align: left;
font-size: 1em;
line-height: 1.5em;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -121,3 +121,35 @@
font-weight: 800;
font-style: italic;
}
/* 2.1.2 - Teko */
@font-face {
font-family: 'Teko';
src: url('../fonts/teko-light-webfont.woff');
font-weight: 300;
}
@font-face {
font-family: 'Teko';
src: url('../fonts/teko-regular-webfont.woff');
font-weight: 400;
}
@font-face {
font-family: 'Teko';
src: url('../fonts/teko-medium-webfont.woff');
font-weight: 500;
}
@font-face {
font-family: 'Teko';
src: url('../fonts/teko-semibold-webfont.woff');
font-weight: 600;
}
@font-face {
font-family: 'Teko';
src: url('../fonts/teko-bold-webfont.woff');
font-weight: 700;
}

View File

@ -98,6 +98,7 @@ ol {
}
h1, h2, h3, h4, h5, h6, h7 {
font-family: 'Teko';
text-align: left;
font-size: 1em;
line-height: 1.5em;