Adding Cantarell web font.
This commit is contained in:
parent
d7143606ec
commit
80a46e45e9
BIN
public/css/Cantarell-Regular-webfont.woff
Normal file
BIN
public/css/Cantarell-Regular-webfont.woff
Normal file
Binary file not shown.
@ -8,11 +8,27 @@ $background-secondary: #635283;
|
||||
$color-secondary: #8eea6d;
|
||||
$accent-secondary: #fde68f;
|
||||
$primary-secondary: #590e11;
|
||||
@font-face {
|
||||
font-family: 'cantarellregular';
|
||||
src: url('Cantarell-Regular-webfont.eot');
|
||||
src: url('Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Cantarell-Regular-webfont.woff2') format('woff2'),
|
||||
url('Cantarell-Regular-webfont.woff') format('woff'),
|
||||
url('Cantarell-Regular-webfont.ttf') format('truetype'),
|
||||
url('Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
p,h1,h2,h3,h4,a {
|
||||
font-family: 'cantarellregular';
|
||||
}
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user