diff --git a/assets/css/style.css b/assets/css/style.css index d383736..71cb57a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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 */ diff --git a/data/links.json b/data/links.json index c02f5a1..dd6a81c 100644 --- a/data/links.json +++ b/data/links.json @@ -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/"