From 39647b390cfdd7a62d070f02dd82ab9b975d6403 Mon Sep 17 00:00:00 2001 From: kurets Date: Sun, 28 May 2023 10:54:40 +0300 Subject: [PATCH] revert the font --- public/style.css | 8 ++++---- static/style.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/style.css b/public/style.css index 610b6b9c..51337821 100644 --- a/public/style.css +++ b/public/style.css @@ -1,7 +1,7 @@ -@font-face { +/* @font-face { font-family: "FiraCode"; src: url("/fonts/FiraCode-VF.woff") format('woff'); - } + } */ :root { @@ -42,8 +42,8 @@ body { - /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ - font-family: 'FiraCode', sans-serif; + font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ + /* font-family: 'FiraCode', sans-serif; */ background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg); diff --git a/static/style.css b/static/style.css index 610b6b9c..51337821 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ -@font-face { +/* @font-face { font-family: "FiraCode"; src: url("/fonts/FiraCode-VF.woff") format('woff'); - } + } */ :root { @@ -42,8 +42,8 @@ body { - /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ - font-family: 'FiraCode', sans-serif; + font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif */ + /* font-family: 'FiraCode', sans-serif; */ background: var(--bg); /* color: rgb(143, 185, 58) ; */ color: var(--fg);