aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLukas Stabe <lukas@stabe.de>2020-10-01 13:36:16 +0000
committerLukas Stabe <lukas@stabe.de>2020-10-01 13:36:16 +0000
commit4d8d310d70f8c461dfd371494a74a57c48cb3af7 (patch)
tree456a18646a3dee2c7bae8ae3946d42a8a62cfae2 /data
parentcargo fmt (diff)
downloadminiserve-4d8d310d70f8c461dfd371494a74a57c48cb3af7.tar.gz
miniserve-4d8d310d70f8c461dfd371494a74a57c48cb3af7.zip
fix escaped quotes in font names
Diffstat (limited to 'data')
-rw-r--r--data/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss
index fed51c9..635dd9e 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -13,7 +13,7 @@ html {
body {
margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
color: var(--text_color);
background: var(--background);