font: switch from book to regular as base
This commit is contained in:
parent
f06fd84a36
commit
070adb47c3
9 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Fira Sans';
|
font-family: 'Fira Sans';
|
||||||
src: url('fonts/FiraSans-Book.eot');
|
src: url('fonts/FiraSans-Regular.eot');
|
||||||
src: url('fonts/FiraSans-Book.woff2') format('woff2'),
|
src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
|
||||||
url('fonts/FiraSans-Book.woff') format('woff'),
|
url('fonts/FiraSans-Regular.woff') format('woff'),
|
||||||
url('fonts/FiraSans-Book.ttf') format('truetype');
|
url('fonts/FiraSans-Regular.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/assets/fonts/FiraSans-Regular.eot
Normal file
BIN
public/assets/fonts/FiraSans-Regular.eot
Normal file
Binary file not shown.
BIN
public/assets/fonts/FiraSans-Regular.ttf
Normal file
BIN
public/assets/fonts/FiraSans-Regular.ttf
Normal file
Binary file not shown.
BIN
public/assets/fonts/FiraSans-Regular.woff
Normal file
BIN
public/assets/fonts/FiraSans-Regular.woff
Normal file
Binary file not shown.
BIN
public/assets/fonts/FiraSans-Regular.woff2
Normal file
BIN
public/assets/fonts/FiraSans-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue