Use a slightly heavier Raleway for headings (fixes #493)

This commit is contained in:
Jakob Borg
2014-08-11 21:50:15 +02:00
parent 60da59623e
commit 9e395eb883
5 changed files with 5 additions and 16 deletions
+3 -8
View File
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -8
View File
@@ -1,12 +1,6 @@
@font-face { @font-face {
font-family: 'Raleway'; font-family: 'Raleway';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 500;
src: local('Raleway'), url(raleway-400.ttf) format('truetype'); src: local('Raleway'), url(raleway-500.ttf) format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(raleway-700.ttf) format('truetype');
} }