From fe114994b25faed97b071488de5b6e49efca3da3 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Tue, 13 Dec 2011 00:14:54 -0800 Subject: Playing with fonts. --- style.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0dfd31b..afa0a5c 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,3 @@ -@font-face { - font-family: UnBatang; - font-weight: normal; - src: url(fonts/UnBatang.otf); -} - -@font-face { - font-family: UnBatang; - font-weight: bold; - src: url(fonts/UnBatangBold.otf); -} - @font-face { font-family: Junkyard; font-weight: normal; @@ -44,7 +32,7 @@ hr { } html { - font-family: UnBatang; + font-family: UnBatang, serif; background-color: #fafad2; } -- cgit v1.2.3