add system font stack in both css and links
This commit is contained in:
parent
d0d4d35af7
commit
e6d3ad23eb
2 changed files with 6 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue