Browse Source

Merge pull request #1240 from Automattic/fix/issue-1239

Varia: Make normal font size the same as default size
Allan Cole 6 years ago
parent
commit
9808ac06ed
3 changed files with 3 additions and 3 deletions
  1. 1 1
      varia/sass/blocks/utilities/_style.scss
  2. 1 1
      varia/style-rtl.css
  3. 1 1
      varia/style.css

+ 1 - 1
varia/sass/blocks/utilities/_style.scss

@@ -165,7 +165,7 @@
 .has-regular-font-size,
 .has-normal-font-size,
 .has-medium-font-size {
-	font-size: #{map-deep-get($config-global, "font", "size", "md")};
+	font-size: #{map-deep-get($config-global, "font", "size", "base")};
 }
 
 .is-large-text,

+ 1 - 1
varia/style-rtl.css

@@ -2076,7 +2076,7 @@ table th,
 .has-regular-font-size,
 .has-normal-font-size,
 .has-medium-font-size {
-	font-size: 1.2rem;
+	font-size: 1rem;
 }
 
 .is-large-text,

+ 1 - 1
varia/style.css

@@ -2081,7 +2081,7 @@ table th,
 .has-regular-font-size,
 .has-normal-font-size,
 .has-medium-font-size {
-	font-size: 1.2rem;
+	font-size: 1rem;
 }
 
 .is-large-text,