Skip to content

Commit e9b27b2

Browse files
authored
Revert "[stable17] Bring the default font size up to 15px" (#17330)
Revert "[stable17] Bring the default font size up to 15px"
2 parents ea1d40f + 3207bdd commit e9b27b2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

core/css/guest.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ul { list-style:none; }
1717
body {
1818
background-color: #ffffff;
1919
font-weight: normal;
20-
/* bring the default font size up to 15px */
21-
font-size: .9375em;
20+
font-size: .8em;
2221
line-height: 1.6em;
2322
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
2423
color: #000;

core/css/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ ul {
8888
body {
8989
background-color: var(--color-main-background);
9090
font-weight: normal;
91-
/* bring the default font size up to 15px */
92-
font-size: .9375em;
91+
font-size: .8em;
9392
line-height: 1.6em;
9493
font-family: var(--font-face);
9594
color: var(--color-main-text);

0 commit comments

Comments
 (0)