From: Don Armstrong Date: Sun, 28 Jul 2019 00:34:38 +0000 (-0700) Subject: use Liberation fonts X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e096a6fc7c6166016a2ac1ac57aa49415628ded4;p=recipes.git use Liberation fonts --- 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 +}