Explorar o código

Varia: Make normal font size the same as default size

Takashi Irie %!s(int64=6) %!d(string=hai) anos
pai
achega
4024edf585
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  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

@@ -2069,7 +2069,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

@@ -2074,7 +2074,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,