Last active
March 18, 2019 13:41
-
-
Save timjb/f74bc846e27d34b17a503cbbaf309908 to your computer and use it in GitHub Desktop.
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
/* angepasster CSS-Code von */ | |
/* https://marketpress.de/2019/schriftarten-atomion/ */ | |
body, | |
button, | |
select, | |
optgroup, | |
textarea { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.h2 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.highlights h3 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.highlights figcaption { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.main-navigation a { | |
font-family: mr-eaves-sans, sans-serif, sans-serif; | |
} | |
#masthead .sub-menu .menu-level-1 li a { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#atomion-sticky-post-content h2 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#atomion-three-sticky-posts h3 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#atomion-more-latest-posts article h2, | |
.archive article h2, | |
.search article h2 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.single-post .entry-title { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.single-post h2.section-headding { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.wp-block-atomion-block-content-box h1, | |
.wp-block-atomion-block-content-box h2, | |
.wp-block-atomion-block-content-box h3, | |
.wp-block-atomion-block-content-box h4 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#content [class^="wp-block-atomion-block-content-box"].atomion-big-headline .content-box-content h1, | |
#content [class^="wp-block-atomion-block-content-box"].atomion-big-headline .content-box-content h2, | |
#content [class^="wp-block-atomion-block-content-box"].atomion-big-headline .content-box-content h3, | |
#content [class^="wp-block-atomion-block-content-box"].atomion-big-headline .content-box-content h4, | |
#content [class^="wp-block-atomion-block-content-box"].atomion-big-headline .content-box-content h5 { | |
font-family: mr-eaves-sans; | |
} | |
#content .hero-slider-content h3 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.wp-block-atomion-block-icon-box span, .wp-block-atomion-block-icon-box h3 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
h2.desciption { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
.sidebar .widget-title { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#content .atomion-big-headline { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
footer .widget-title { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#footer-bottom ul li a, #footer-bottom span { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
#mini-cart-widget .button { | |
font-family: mr-eaves-sans; | |
} | |
.woocommerce .related.products h2 { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
[class^="wp-block-woocommerce"] ul.products li .atomion-woocommerce-product-category { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
[class^="wp-block-woocommerce"] .woocommerce ul.products li.product .woocommerce-loop-product__title { | |
font-family: mr-eaves-sans, sans-serif; | |
} | |
body { | |
font-size: 18px; | |
} | |
.main-navigation a { | |
font-size: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment