From 7818364e8c13928f4cd8a11d0f7cd5ef40e3b8fb Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sat, 25 Sep 2010 11:55:06 +0000 Subject: [PATCH] Follow-up to previous commits --- static/css/modern/fonts.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/css/modern/fonts.css diff --git a/static/css/modern/fonts.css b/static/css/modern/fonts.css new file mode 100644 index 0000000..2599d27 --- /dev/null +++ b/static/css/modern/fonts.css @@ -0,0 +1,6 @@ +BODY, P, TABLE, TD, TR { font-family:"Calibri", sans-serif; } +.formboxes{ font-family:"Segoe Print", cursive; } +PRE{ font-family:"Consolas", monospace; } +blockquote { font-family:"Segoe Print", cursive; } +.header, .header a { text-transform:lowercase; line-height:100%; font-family:"Segoe UI", sans-serif; } +.categorycontainer_title, .boardcontainer_name { text-transform:lowercase; line-height:110%; font-family:"Segoe UI", sans-serif; }