From e096a6fc7c6166016a2ac1ac57aa49415628ded4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 27 Jul 2019 17:34:38 -0700 Subject: [PATCH] use Liberation fonts --- local.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/local.css b/local.css index 42637c8..6ddff8e 100644 --- a/local.css +++ b/local.css @@ -11,6 +11,8 @@ /* Typography presets ------------------ */ +@import url("/fonts/liberation/stylesheet.css"); + .gigantic { font-size: 110px; line-height: 120px; @@ -39,7 +41,7 @@ } body { - font: 1.25em/150% Georgia, serif; + font: 1em/100% "Liberation Sans", sans-serif; } .small, small { @@ -161,12 +163,12 @@ blockquote { } code { - font: 14px Monaco, Courier, monospace; + font: 14px "Liberation Mono",Monaco, Courier, monospace; line-height: 24px; } textarea { - font: 12.5px Monaco, monospace; + font: 12.5px "Liberation Mono",Monaco, monospace; background: #232323; color: #a7ed61; } @@ -191,4 +193,4 @@ textarea { input#searchbox { background: none; -} \ No newline at end of file +} -- 2.39.5