scss/typography: use Teko as the title font
This commit is contained in:
parent
030ef0707f
commit
f5f6837a2c
8 changed files with 60 additions and 0 deletions
|
@ -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;
|
||||
|
|
BIN
fonts/teko-bold-webfont.woff
Normal file
BIN
fonts/teko-bold-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/teko-light-webfont.woff
Normal file
BIN
fonts/teko-light-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/teko-medium-webfont.woff
Normal file
BIN
fonts/teko-medium-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/teko-regular-webfont.woff
Normal file
BIN
fonts/teko-regular-webfont.woff
Normal file
Binary file not shown.
BIN
fonts/teko-semibold-webfont.woff
Normal file
BIN
fonts/teko-semibold-webfont.woff
Normal file
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue