Rename font file and make font heavier for #1658

This commit is contained in:
James Cole
2018-09-05 07:54:53 +02:00
parent f0d2caec67
commit 2afbef63aa
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
* ------------------------- * -------------------------
*/ */
@import url('../../../css/google-fonts.css'); @import url('../../../css/gf-source.css');
html, html,
body { body {
@@ -42,7 +42,7 @@ body {
} }
body { body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300; font-weight: 400;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
} }

File diff suppressed because one or more lines are too long