Introduction
Introduction Statistics Contact Development Disclaimer Help
tstyle.css: simplify monospace font choice, hopefully fixing issues on webkit -…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit 7cc9a6bfecb767ac4dcb5895d30cb32acaa22bd1
parent 65b18f20bc2ade25e39e73eba31e742ebb5931c6
Author: Anders Damsgaard <[email protected]>
Date: Fri, 11 Dec 2020 17:31:39 +0100
style.css: simplify monospace font choice, hopefully fixing issues on webkit
Diffstat:
M style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/style.css b/style.css
t@@ -6,7 +6,7 @@ body {
color: #bbb;
font-size: 1.0em;
line-height: 1.3;
- font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu San…
+ font-family: monospace;
font-variant-ligatures: none;
margin: 0;
padding: 0;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.