Use woff instead of ttf font

This commit is contained in:
Jakob Borg
2014-09-04 08:47:23 +02:00
parent 2cd3ee9698
commit 5c7d977ae0
5 changed files with 7 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway'), url(raleway-500.ttf) format('truetype');
src: local('Raleway'), url(raleway-500.woff) format('woff');
}