Skip to content

Commit 195b23c

Browse files
authored
Merge pull request #3324 from kimcoleman/improve-font-line-height
Adding line height to be more in control of our font size and appearance
2 parents f50d0c0 + 801b2d6 commit 195b23c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

css/frontend/variation_1.css

+4
Original file line numberDiff line numberDiff line change
@@ -921,18 +921,22 @@
921921

922922
.pmpro_font-x-large {
923923
font-size: 32px;
924+
line-height: 1.4;
924925
}
925926

926927
.pmpro_font-large {
927928
font-size: 24px;
929+
line-height: 1.5;
928930
}
929931

930932
.pmpro_font-medium {
931933
font-size: 16px;
934+
line-height: 1.6;
932935
}
933936

934937
.pmpro_font-small {
935938
font-size: 14px;
939+
line-height: 1.5;
936940
}
937941

938942
.pmpro_tag-discount-code {

css/frontend/variation_high_contrast.css

+4
Original file line numberDiff line numberDiff line change
@@ -908,18 +908,22 @@
908908

909909
.pmpro_font-x-large {
910910
font-size: 32px;
911+
line-height: 1.4;
911912
}
912913

913914
.pmpro_font-large {
914915
font-size: 24px;
916+
line-height: 1.5;
915917
}
916918

917919
.pmpro_font-medium {
918920
font-size: 16px;
921+
line-height: 1.6;
919922
}
920923

921924
.pmpro_font-small {
922925
font-size: 14px;
926+
line-height: 1.5;
923927
}
924928

925929
.pmpro_tag-discount-code {

0 commit comments

Comments
 (0)