From 2ac916e6026cb69250f2997233b1d927187ec2fa Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Tue, 17 Nov 2020 23:18:00 +0900 Subject: [PATCH] Apply font info --- src/style/common.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/style/common.css b/src/style/common.css index 225b0fa..22069bf 100644 --- a/src/style/common.css +++ b/src/style/common.css @@ -19,23 +19,24 @@ div.frag {background:beige;} /***** common *****/ - * { margin: 0; font-family: Arial, Helvetica, sans-serif; word-break: keep-all;} + * { margin: 0; font-family: Arial, Helvetica, "돋움", sans-serif; word-break: keep-all;} a, a:hover, a:visited {color:black;} .label { font-size: 24px; letter-spacing: 2px; } - a.menu { + #menu span a, #menu span a:visited { font-size: 18px; text-decoration: none; } - a.menu:hover { - /* 밑줄 효과 */ + #menu span a:hover, #menu span a:active, #menu span a:focus { + text-decoration: underline; + text-underline-position: under; } - .body_text { + .col { font-size: 15px; line-height: 22.5px; }