Added Circular Font

This commit is contained in:
Minesh Mitha 2018-10-17 00:03:05 +01:00
parent de27ae81a8
commit 160fefb417
6 changed files with 14 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -16,3 +16,16 @@
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Circular';
src: url('./font/Circular/CircularStd-Book.ttf');
font-weight: normal;
}
@font-face {
font-family: 'Circular';
src: url('./font/Circular/CircularStd-Bold.ttf');
font-weight: bold;
}

View file

@ -18,7 +18,7 @@ h3 {
}
p, body, button, input, textarea, label, select, option {
font-family: 'Lora', serif;
font-family: 'Circular', serif;
font-size: 16px;
}