We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d6f63 commit c2492c9Copy full SHA for c2492c9
2 files changed
dist/four-point-seven/styles/default.css
@@ -118,6 +118,11 @@ nav ol::after,
118
}
119
.site-header h3 {
120
margin: 0.5em 0 0;
121
+ font-family: "PT Serif", Georgia, serif;
122
+ font-size: 1.25rem;
123
+ font-style: italic;
124
+ font-weight: normal;
125
+ line-height: 1.4;
126
127
/**
128
* Additional styling for child content within site footer.
src/scss/modules/_layout.scss
@@ -75,6 +75,11 @@ body {
75
76
h3 {
77
margin: 0.5em 0 0; // 12px margin top
78
+ font-family: $font-serif;
79
+ font-size: 1.25rem; // 20px / 16px
80
81
82
+ line-height: 1.4; // 28px / 20px
83
84
85
0 commit comments