Skip to content

Commit 5fe9764

Browse files
authored
Increase font sizes for headings and body
1 parent f61f723 commit 5fe9764

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,29 @@ h1 {
8686
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
8787
}
8888
h2 {
89-
font-size: 18px;
89+
font-size: 21px;
9090
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
9191
}
9292
h3 {
93-
font-size: 17px;
93+
font-size: 19px;
9494
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
9595
}
9696
h4 {
97-
font-size: 15px;
97+
font-size: 18px;
9898
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
9999
}
100100
h5 {
101-
font-size: 14px;
101+
font-size: 17px;
102102
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
103103
}
104104
h6 {
105-
font-size: 12px;
105+
font-size: 15px;
106106
font-family: Consolas, Inter, Bahnschrift, Inter, Helvetic, sans-serif;
107107
}
108108

109109
body {
110110
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
111-
font-size: 13px; /* 1.2rem; */
111+
font-size: 14.5px; /* 1.2rem; */
112112
background-color: #f5f5f5; /* very light gray, mostly white */
113113
color: #ffffff; /* white */
114114
text-align: left;

0 commit comments

Comments
 (0)