diff options
Diffstat (limited to 'static/fonts')
-rw-r--r-- | static/fonts/raleway/raleway.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/fonts/raleway/raleway.css b/static/fonts/raleway/raleway.css index 709403d..2ecfdc4 100644 --- a/static/fonts/raleway/raleway.css +++ b/static/fonts/raleway/raleway.css @@ -1,20 +1,20 @@ @font-face { font-family: 'Raleway'; - src: url('Raleway-Bold.woff2'); + src: url('Raleway-SemiBold.woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Raleway'; - src: url('Raleway-Regular.woff2'); - font-weight: normal; + src: url('Raleway-Light.woff2'); + font-weight: lighter; font-style: normal; } @font-face { font-family: 'Raleway'; - src: url('Raleway-Light.woff2'); - font-weight: lighter; + src: url('Raleway-Regular.woff2'); + font-weight: normal; font-style: normal; } |