From a78380049fca7eb6de32d60898463943731cae77 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 21 May 2018 13:21:26 +0200 Subject: Vendor heavily modified theme --- themes/hugo-classic/static/css/fonts.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/hugo-classic/static/css/fonts.css (limited to 'themes/hugo-classic/static/css/fonts.css') diff --git a/themes/hugo-classic/static/css/fonts.css b/themes/hugo-classic/static/css/fonts.css new file mode 100644 index 0000000..c851143 --- /dev/null +++ b/themes/hugo-classic/static/css/fonts.css @@ -0,0 +1,7 @@ +body { + font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; +} +code { + font-family: "Lucida Console", Monaco, monospace; + font-size: 85%; +} -- cgit