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 {
|
: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 */
|
||||||
|
|
|
@ -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/"
|
||||||
|
|
Loading…
Reference in a new issue