diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-05-23 21:24:12 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-05-23 21:24:12 +0200 |
commit | 643c0e7706ab927ef270e4a5b62ada0c38b651b9 (patch) | |
tree | deefe888a5d739f7d5f3e4c1a755c9da1c6ed3f9 /web | |
parent | 68853612046cda1bf78acfb479006a711683f831 (diff) | |
download | planetwars.dev-643c0e7706ab927ef270e4a5b62ada0c38b651b9.tar.xz planetwars.dev-643c0e7706ab927ef270e4a5b62ada0c38b651b9.zip |
set roboto as default font
Diffstat (limited to 'web')
-rw-r--r-- | web/pw-server/src/routes/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/pw-server/src/routes/style.css b/web/pw-server/src/routes/style.css index 293d3b1..f7d5388 100644 --- a/web/pw-server/src/routes/style.css +++ b/web/pw-server/src/routes/style.css @@ -1,3 +1,4 @@ body { margin: 0; + font-family: Roboto, Helvetica, sans-serif; } |