mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +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:
parent
74280eca73
commit
f2f6fd9c6d
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
---
|
||||
|
||||
@charset "utf-8"
|
||||
@import url(https:\/\/fonts.googleapis.com/css?family=Oxygen:400,300)
|
||||
@import url(monokai.css)
|
||||
|
||||
body
|
||||
|
@ -11,7 +10,7 @@ body
|
|||
color: #424247
|
||||
display: flex
|
||||
flex-direction: column
|
||||
font-family: Oxygen, sans
|
||||
font-family: sans
|
||||
font-size: 14pt
|
||||
line-height: 1.4
|
||||
margin: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue