Varia: Make normal font size the same as default size
@@ -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,
@@ -2076,7 +2076,7 @@ table th,
- font-size: 1.2rem;
+ font-size: 1rem;
@@ -2081,7 +2081,7 @@ table th,