Created
January 3, 2016 03:17
-
-
Save twkang/fe110ef5688baf61292b to your computer and use it in GitHub Desktop.
clien stylish css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.view_title h4 { | |
font-family: 나눔고딕; | |
} | |
body, p, td, h2, a, input, textarea { | |
font-family: 나눔고딕; | |
} | |
.member { | |
font-family: 나눔바른고딕; | |
} | |
.board_main td { | |
font-family: 나눔고딕; | |
} | |
td a { | |
font-family: 나눔고딕; | |
} | |
.view_content, .ct, .reply_content { | |
font-family: 나눔고딕; | |
} | |
.board_category li { | |
font-family: 나눔고딕; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment