styled headings plugins typography

This commit is contained in:
jorge-vitrubio 2024-02-20 20:52:43 +01:00
parent 3c8acf4beb
commit 9f8e40aec0
7 changed files with 6 additions and 39 deletions

View File

@ -594,9 +594,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h1,
.edit-post-visual-editor__content-area .h1 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.8rem;
text-transform: uppercase;
}
.edit-post-visual-editor__content-area h1.small,
@ -606,9 +604,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h2,
.edit-post-visual-editor__content-area .h2 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem;
text-transform: uppercase;
}
.edit-post-visual-editor__content-area h2.small,
@ -618,9 +614,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem;
text-transform: uppercase;
}
.edit-post-visual-editor__content-area h3.small,
@ -630,9 +624,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.2rem;
text-transform: uppercase;
}
.edit-post-visual-editor__content-area h4.small,
@ -642,9 +634,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem;
text-transform: uppercase;
}
.edit-post-visual-editor__content-area h5.small,
@ -654,7 +644,6 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem;
}
@ -2208,7 +2197,7 @@ Add your custom styles in this file so it is easier to update the theme.
border-color: #f6cc4c;
background-color: #f6cc4c;
color: #fff;
font-family: din-medium;
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 700;
text-align: center;
margin: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,47 +10,36 @@
line-height: $font__line-height-header;
}
h1,.h1 {
font-family: $font__light;
font-size: $font__size-body*1.8;
text-transform: uppercase;
&.small {
font-size: $font__size-body*1.5;
}
}
h2,.h2 {
font-family: $font__light;
font-size: $font__size-body*1.5;
text-transform: uppercase;
&.small {
font-size: $font__size-body*1.2;
}
}
h3,.h3 {
font-family: $font__black;
font-size: $font__size-body*1.3;
text-transform: uppercase;
&.small {
font-size: $font__size-body*1;
}
}
h4,.h4 {
font-family: $font__bold;
font-size: $font__size-body*1.2;
text-transform: uppercase;
&.small {
font-size: $font__size-body*0.9;
}
}
h5,.h5 {
font-family: $font__medium;
font-size: $font__size-body*1.1;
text-transform: uppercase;
&.small {
font-size: $font__size-body*0.8;
}
}
h6,.h6 {
font-family: $font__light;
font-size: $font__size-body*1.1;
&.small {
font-size: $font__size-body*0.8;

View File

@ -12,7 +12,7 @@
border-color: $color__yellow;
background-color: $color__yellow;
color: $color__white;
font-family: "din-medium";
font-family: $font__main;
font-weight: bold;
text-align: center;
margin: 0em;

View File

@ -456,9 +456,7 @@ textarea {
h1,
.h1 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.8rem;
text-transform: uppercase;
}
h1.small,
@ -468,9 +466,7 @@ textarea {
h2,
.h2 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.5rem;
text-transform: uppercase;
}
h2.small,
@ -480,9 +476,7 @@ textarea {
h3,
.h3 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.3rem;
text-transform: uppercase;
}
h3.small,
@ -492,9 +486,7 @@ textarea {
h4,
.h4 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.2rem;
text-transform: uppercase;
}
h4.small,
@ -504,9 +496,7 @@ textarea {
h5,
.h5 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem;
text-transform: uppercase;
}
h5.small,
@ -516,7 +506,6 @@ textarea {
h6,
.h6 {
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.1rem;
}
@ -2095,7 +2084,7 @@ textarea {
border-color: #f6cc4c;
background-color: #f6cc4c;
color: #fff;
font-family: din-medium;
font-family: "Neue Haas Grotesk Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 700;
text-align: center;
margin: 0;

File diff suppressed because one or more lines are too long