diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/fonts/source-sans-3-normal.otf (renamed from static/fonts/source-sans-3-regular.otf) | bin | 538164 -> 538164 bytes | |||
-rw-r--r-- | static/fonts/source-serif-4-normal.otf (renamed from static/fonts/source-serif-4-regular.otf) | bin | 1884148 -> 1884148 bytes | |||
-rw-r--r-- | static/style.css | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/static/fonts/source-sans-3-regular.otf b/static/fonts/source-sans-3-normal.otf Binary files differindex 8ee0150..8ee0150 100644 --- a/static/fonts/source-sans-3-regular.otf +++ b/static/fonts/source-sans-3-normal.otf diff --git a/static/fonts/source-serif-4-regular.otf b/static/fonts/source-serif-4-normal.otf Binary files differindex dda52e9..dda52e9 100644 --- a/static/fonts/source-serif-4-regular.otf +++ b/static/fonts/source-serif-4-normal.otf diff --git a/static/style.css b/static/style.css index c3e23b2..b69b1fe 100644 --- a/static/style.css +++ b/static/style.css @@ -42,7 +42,7 @@ @font-face { font-family: 'Source Sans 3'; - src: url('/fonts/source-sans-3-regular.otf') format('opentype'); + src: url('/fonts/source-sans-3-normal.otf') format('opentype'); font-style: normal; } @@ -54,7 +54,7 @@ @font-face { font-family: 'Source Serif 4'; - src: url('/fonts/source-serif-4-regular.otf') format('opentype'); + src: url('/fonts/source-serif-4-normal.otf') format('opentype'); font-style: normal; } |