Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
Added styles for the .has-normal-font-size class (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersnoren authored and carolinan committed Nov 9, 2019
1 parent a3bc920 commit 4ad00bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/editor-style-block-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Inter variable font. Usage:
font-size: 0.842em;
}

.editor-styles-wrapper p.has-normal-font-size,
.editor-styles-wrapper p.has-regular-font-size {
font-size: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions assets/css/editor-style-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Inter variable font. Usage:
font-size: 0.842em;
}

.editor-styles-wrapper p.has-normal-font-size,
.editor-styles-wrapper p.has-regular-font-size {
font-size: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions print.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
h2.entry-title,
h3,
h4,
.has-normal-font-size,
.has-regular-font-size,
.has-large-font-size,
.comments-header {
Expand Down
1 change: 1 addition & 0 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,7 @@ h2.entry-title {
font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
font-size: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2722,6 +2722,7 @@ h2.entry-title {
font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
font-size: 1em;
}
Expand Down

0 comments on commit 4ad00bd

Please sign in to comment.