jeremy-wordpress-theme/style.css
2018-03-15 00:01:38 -04:00

226 lines
4.8 KiB
CSS

/*
Theme Name: Jeremy's Simplent Child
Description: Jeremy's Simplent Child Theme
Author: Jeremy Dormitzer
Template: simplent
Version: 1.0.0
Text Domain: simplent-child
*/
@font-face {
font-family: 'Input Sans';
font-style: normal;
font-weight: 400;
src: url('fonts/input-sans/Input-Regular_(InputSans-Regular).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: italic;
font-weight: 400;
src: url('fonts/input-sans/Input-Italic_(InputSans-Italic).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: normal;
font-weight: 700;
src: url('fonts/input-sans/Input-Bold_(InputSans-Bold).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: italic;
font-weight: 700;
src: url('fonts/input-sans/Input-BoldItalic_(InputSans-BoldItalic).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: normal;
font-weight: 400;
src: url('fonts/input-serif/Input-Regular_(InputSerif-Regular).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: italic;
font-weight: 400;
src: url('fonts/input-serif/Input-Italic_(InputSerif-Italic).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: normal;
font-weight: 700;
src: url('fonts/input-serif/Input-Bold_(InputSerif-Bold).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: italic;
font-weight: 700;
src: url('fonts/input-serif/Input-BoldItalic_(InputSerif-BoldItalic).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 400;
src: url('fonts/input-mono/Input-Regular_(InputMono-Regular).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 400;
src: url('fonts/input-mono/Input-Italic_(InputMono-Italic).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 700;
src: url('fonts/input-mono/Input-Bold_(InputMono-Bold).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
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;
}