Apply font info
This commit is contained in:
parent
6758949991
commit
2ac916e602
1 changed files with 6 additions and 5 deletions
|
|
@ -19,23 +19,24 @@
|
||||||
div.frag {background:beige;}
|
div.frag {background:beige;}
|
||||||
|
|
||||||
/***** common *****/
|
/***** 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;}
|
a, a:hover, a:visited {color:black;}
|
||||||
.label {
|
.label {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.menu {
|
#menu span a, #menu span a:visited {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-decoration: none;
|
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;
|
font-size: 15px;
|
||||||
line-height: 22.5px;
|
line-height: 22.5px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue