123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .author-description .author-link,
- .comment-metadata,
- .comment-reply-link,
- .comments-title,
- .comment-author .fn,
- .discussion-meta-info,
- .entry-meta,
- .entry-footer,
- .main-navigation,
- .no-comments,
- .not-found .page-title,
- .error-404 .page-title,
- .post-navigation .post-title,
- .page-links,
- .page-description,
- .pagination .nav-links,
- .sticky-post,
- .site-title,
- .site-title:focus,
- .site-info,
- #cancel-comment-reply-link,
- img:after,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-family: $font__heading;
- }
- .main-navigation,
- .page-description,
- .author-description .author-link,
- .not-found .page-title,
- .error-404 .page-title,
- .post-navigation .post-title,
- .pagination .nav-links,
- .comments-title,
- .comment-author .fn,
- .no-comments,
- .site-title,
- .site-title:focus,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 700;
- line-height: $font__line-height-heading;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .page-title {
- font-family: $font__body;
- }
- .site-branding,
- .main-navigation ul.main-menu > li,
- .social-navigation,
- .author-bio .author-description,
- .nav-links {
- line-height: 1.25;
- }
- .has-huge-font-size {
- font-size: $font__size-xl;
- }
- .entry-title,
- .has-large-font-size,
- h1 {
- font-size: $font__size-lg;
- }
- h2 {
- font-size: $font__size-md;
- }
- .site-title,
- .site-title:focus,
- .not-found .page-title,
- .error-404 .page-title {
- font-size: $font__size-base;
- @include media(tablet) {
- font-size: $font__size-md;
- }
- }
- .has-regular-font-size,
- .comments-title,
- h2.author-title,
- .author-description,
- h3 {
- font-size: $font__size-base;
- }
- .site-description,
- .site-description:focus,
- .main-navigation,
- .nav-links,
- .page-title,
- .page-description,
- .has-small-font-size,
- .comment-author .fn,
- .no-comments,
- p.author-bio,
- h4 {
- font-size: $font__size-sm;
- }
- .site-info,
- .pagination .nav-links,
- .comment-content,
- h5 {
- font-size: $font__size-xs;
- }
- .entry-meta,
- .entry-footer,
- .discussion-meta-info,
- .comment-reply-link,
- .comment-metadata,
- .comment-notes,
- .sticky-post,
- #cancel-comment-reply-link,
- img:after,
- h6 {
- font-size: $font__size-xxs;
- }
- .page-title {
- font-weight: normal;
- }
- .page-description,
- .page-links a {
- font-weight: bold;
- }
- .page-id-3669 .entry .entry-header {
- display: none;
- }
- .post-navigation .post-title,
- .entry-title,
- .not-found .page-title,
- .error-404 .page-title,
- .comments-title,
- blockquote {
- hyphens: auto;
- word-break: break-word;
- }
- /* Do not hyphenate entry title on tablet view and bigger. */
- .entry-title {
- @include media(tablet) {
- hyphens: none;
- }
- }
|