This commit is contained in:
Pierre Rudloff 2015-04-10 23:50:57 +02:00
parent f3d6faa8a8
commit 4edfdd3edd
6 changed files with 20 additions and 3 deletions

12
css/fonts.css Normal file
View 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);
}