add system font stack in both css and links

This commit is contained in:
night0721 2023-11-10 22:18:35 +00:00
parent d0d4d35af7
commit e6d3ad23eb
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
:root { :root {
--color-background: black; --color-background: black;
--color-text: white; --color-text: white;
--font-family: monospace; --font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
} }
/* Dark theme */ /* Dark theme */

View file

@ -1,5 +1,5 @@
{ {
"links": { "blog": {
"title": "Blog", "title": "Blog",
"class": "linux-blogs", "class": "linux-blogs",
"links": [ "links": [
@ -268,6 +268,10 @@
"title": "Google webfonts helper", "title": "Google webfonts helper",
"link": "https://gwfh.mranftl.com/" "link": "https://gwfh.mranftl.com/"
}, },
{
"title": "System font stack",
"link": "https://systemfontstack.com/"
},
{ {
"title": "Landchad", "title": "Landchad",
"link": "https://landchad.net/" "link": "https://landchad.net/"