From aa403b978860210fcbace7fcdf5830066f3e14e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 02:17:44 -0400 Subject: import site content --- themes/tozt/static/css/fonts.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/tozt/static/css/fonts.css (limited to 'themes/tozt/static/css/fonts.css') diff --git a/themes/tozt/static/css/fonts.css b/themes/tozt/static/css/fonts.css new file mode 100644 index 0000000..8ffcecd --- /dev/null +++ b/themes/tozt/static/css/fonts.css @@ -0,0 +1,7 @@ +body { + font-family: Optima, Candara, Calibri, Arial, sans-serif; +} +code { + font-family: "Lucida Console", Monaco, monospace; + font-size: 85%; +} -- cgit v1.2.3-54-g00ecf