revert the font

This commit is contained in:
kurets 2023-05-28 10:54:40 +03:00
parent 713f3dd7a1
commit 39647b390c
Signed by: kurets
GPG key ID: EEB449C295BF5174
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
@font-face { /* @font-face {
font-family: "FiraCode"; font-family: "FiraCode";
src: url("/fonts/FiraCode-VF.woff") format('woff'); src: url("/fonts/FiraCode-VF.woff") format('woff');
} } */
:root { :root {
@ -42,8 +42,8 @@
body { 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:'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: 'FiraCode', sans-serif; */
background: var(--bg); background: var(--bg);
/* color: rgb(143, 185, 58) ; */ /* color: rgb(143, 185, 58) ; */
color: var(--fg); color: var(--fg);

View file

@ -1,7 +1,7 @@
@font-face { /* @font-face {
font-family: "FiraCode"; font-family: "FiraCode";
src: url("/fonts/FiraCode-VF.woff") format('woff'); src: url("/fonts/FiraCode-VF.woff") format('woff');
} } */
:root { :root {
@ -42,8 +42,8 @@
body { 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:'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: 'FiraCode', sans-serif; */
background: var(--bg); background: var(--bg);
/* color: rgb(143, 185, 58) ; */ /* color: rgb(143, 185, 58) ; */
color: var(--fg); color: var(--fg);