From ed5665b82305644bdb59ae59254f895b8543f21d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 15 Mar 2018 00:01:38 -0400 Subject: [PATCH] Add modified font rules --- style.css | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) diff --git a/style.css b/style.css index 0469255..eea27b8 100644 --- a/style.css +++ b/style.css @@ -99,3 +99,127 @@ font-weight: 700; src: url('fonts/input-mono/Input-BoldItalic_(InputMono-BoldItalic).ttf'); } + +body, button, input, select, textarea { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +code, kbd, pre, samp, tt { + font-family: 'Input Mono', Inconsolata, monospace; +} + +input[type="submit"][disabled]:focus { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +textarea { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.post-password-form label { + font-family: 'Input Serif', 'Times New Romand', serif; +} + +.site-title { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.site-description { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.menu-toggle { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.sticky-post { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.page-links { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.single .entry-footer { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.page-title { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.entry-author-info .author-title { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.site .skip-link { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.post-navigation { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.post-navigation .post-title { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.pagination { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.image-navigation, .comment-navigation { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.comments-title, .comment-reply-title { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.comment-metadata, .pingback .edit-link { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.comment-reply-link { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.comment-form label { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +} + +.no-comments { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.form-allowed-tags code { + font-family: 'Input Mono', Inconsolata, monospace; +} + +.required { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.widget_recent_entries .post-date { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.widget_rss cite { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.tagcloud a { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.site-footer { + font-family: 'Input Serif', 'Times New Roman', serif; +} + +.main-navigation, .menu-toggle { + font-family: 'Input Sans', 'Helvetica Neue', sans-serif; +}