From 79d2778faf3a23e282c0963c8d04bdd41c3eac2b Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 7 Jun 2011 21:49:11 -0400 Subject: [PATCH] Removed 'lucida console' font from exhibits --- includes/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/includes/style.css b/includes/style.css index a4a65fc..572de5d 100644 --- a/includes/style.css +++ b/includes/style.css @@ -105,38 +105,38 @@ li { } #peepshow_entry { - font:1.4em "lucida console"; + font:1.4em; } #peepshow_entry { - font:1.4em "lucida console"; + font:1.4em; } /* drawcss */ #drawcss_title { - font:1.6em "lucida console"; + font:1.6em; } #drawcss_entry { - font:1.6em "lucida console"; + font:1.6em; } /* youtube_backup */ #youtube_backup_title { - font:1.6em "lucida console"; + font:1.6em; } #youtube_backup_entry { - font:1.4em "lucida console"; + font:1.4em; } /* i_like_pandora */ #i_like_pandora_title { - font:1.6em "lucida console"; + font:1.6em; } #i_like_pandora_entry { - font:1.4em "lucida console"; + font:1.4em; } /* notes */ -- 2.30.2