summaryrefslogtreecommitdiffstats
path: root/static/fonts
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-12 23:21:52 -0700
committerAndrew Godwin2022-11-12 23:21:52 -0700
commit30c208226e8eedeb6879f0b771ae9d5987d06aec (patch)
tree06e5a1b42c4250563d1784ad202d01b891e1a5d0 /static/fonts
parent143a4a6e8c70557710d1b207a176f169d145ed1e (diff)
downloadtakahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.tar.gz
takahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.tar.bz2
takahe-30c208226e8eedeb6879f0b771ae9d5987d06aec.zip
Start having some sort of visual style
Diffstat (limited to 'static/fonts')
-rw-r--r--static/fonts/raleway/raleway.css10
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;
}