Skip to content

Commit 7fee102

Browse files
Merge pull request #15891 from Bilogweb3/develop
Fix font name from 'Overpass mono' to 'Overpass Mono
2 parents 27f915c + 8b85d14 commit 7fee102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ h1 {
9393
}
9494

9595
section:first-of-type h1:first-of-type {
96-
font-family: 'Overpass mono', monospace;
96+
font-family: 'Overpass Mono', monospace;
9797
font-size: 48px;
9898
margin-top: 3rem;
9999
margin-bottom: 5rem;

0 commit comments

Comments
 (0)