summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--style.css14
1 files changed, 1 insertions, 13 deletions
diff --git a/style.css b/style.css
index 0dfd31b..afa0a5c 100644
--- a/style.css
+++ b/style.css
@@ -1,16 +1,4 @@
1@font-face { 1@font-face {
2 font-family: UnBatang;
3 font-weight: normal;
4 src: url(fonts/UnBatang.otf);
5}
6
7@font-face {
8 font-family: UnBatang;
9 font-weight: bold;
10 src: url(fonts/UnBatangBold.otf);
11}
12
13@font-face {
14 font-family: Junkyard; 2 font-family: Junkyard;
15 font-weight: normal; 3 font-weight: normal;
16 src: url(fonts/Junkyard.ttf); 4 src: url(fonts/Junkyard.ttf);
@@ -44,7 +32,7 @@ hr {
44} 32}
45 33
46html { 34html {
47 font-family: UnBatang; 35 font-family: UnBatang, serif;
48 background-color: #fafad2; 36 background-color: #fafad2;
49} 37}
50 38