Created
July 8, 2017 14:43
-
-
Save buo/8aae6a83bd6941ec36aa43b809b38957 to your computer and use it in GitHub Desktop.
Noto Sans KR for Wordpress
This file contains hidden or 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
/* Typography */ | |
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); | |
/* Body Font */ | |
body { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Main Navigation Font */ | |
.menu a { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Headings Font */ | |
h1, h2, h3, h4, h5, h6, .header, .widgettitle, .article-heading, .ws-title, .social-widget a, .post-navigation, #wp-calendar caption, .fn, #commentform input, #commentform textarea, input[type="submit"], .pagination, .footer-subscribe { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Post Title Font */ | |
.entry-title { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Single Post Title Font */ | |
.single-title { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Post Content Font */ | |
.post-content { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Meta Font */ | |
.post-meta, .meta, .r-meta, .post-cats { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Sidebar Font */ | |
.sidebar { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Widget Title Font */ | |
.widget-title, #tabs li, .section-heading, .comment-reply-link, .post-navigation .post-nav-links span { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} | |
/* Logo Font */ | |
.header #logo a, .footer-logo-wrap { | |
font-family: "Noto Sans KR", sans-serif !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment