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 {
--color-background: black;
--color-text: white;
--font-family: monospace;
--font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
/* Dark theme */

View file

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