Perf
This commit is contained in:
parent
f3d6faa8a8
commit
4edfdd3edd
6 changed files with 20 additions and 3 deletions
12
css/fonts.css
Normal file
12
css/fonts.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-Regular.ttf);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue