1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

Remove external font

When loading the website for the first time 3 of 7 request and 32 KB of 42 KB are just for the font.
This commit is contained in:
Unrud 2018-04-21 17:31:31 +02:00
parent 74280eca73
commit f2f6fd9c6d

View file

@ -3,7 +3,6 @@
--- ---
@charset "utf-8" @charset "utf-8"
@import url(https:\/\/fonts.googleapis.com/css?family=Oxygen:400,300)
@import url(monokai.css) @import url(monokai.css)
body body
@ -11,7 +10,7 @@ body
color: #424247 color: #424247
display: flex display: flex
flex-direction: column flex-direction: column
font-family: Oxygen, sans font-family: sans
font-size: 14pt font-size: 14pt
line-height: 1.4 line-height: 1.4
margin: 0 margin: 0