From dedd4c6b3a5b2a64b38d5749703142802c51edcc Mon Sep 17 00:00:00 2001 From: May Kittens Devour Your Soul Date: Sat, 1 Jul 2023 18:53:20 +0200 Subject: [PATCH] Update medium.css --- medium.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/medium.css b/medium.css index a561b59..0945e43 100644 --- a/medium.css +++ b/medium.css @@ -1,5 +1,4 @@ @import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext); -@import url('https://rsms.me/inter/inter.css'); html { font-size: 19px; @@ -10,7 +9,7 @@ html, body { } body { - font-family: Noe Display, "Lora", Inter, serif; + font-family: Noe Display, "Lora", Georgia, serif; color: #2c3e50; line-height: 1.4; text-align: justify; @@ -304,4 +303,4 @@ table tbody+tbody { margin-left: -1.3em; margin-top: calc(1rem - 12px); } -::selection {background-color: #D1FAE5}; \ No newline at end of file +::selection {background-color: #D1FAE5};