Skip to content

Commit 0e04e23

Browse files
committed
Site updated: 2025-09-13 20:18:09
1 parent ffb8138 commit 0e04e23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,17 @@ h5, h6 { font-weight: bolder }
139139
}
140140

141141
header .logo .subtitle {
142-
font-family: 'raleway-bold';
142+
font-family: 'raleway-bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
143143
font-size: 0.6em;
144144
color: #666;
145145
margin-top: 10px;
146146
line-height: 1;
147147
text-align: right;
148148
white-space: nowrap;
149149
letter-spacing: -0.2px;
150+
font-weight: 700;
151+
-webkit-font-smoothing: antialiased;
152+
-moz-osx-font-smoothing: grayscale;
150153
}
151154

152155
header .logo .description {

0 commit comments

Comments
 (0)