8000 Create head-custom.html · ratajs/SuperSQL@370d4ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 370d4ce

Browse files
authored
Create head-custom.html
1 parent 9914159 commit 370d4ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_includes/head-custom.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<style>
2+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto+Mono&family=Roboto:wght@400;700&display=swap');
3+
body {
4+
font-family: Roboto, sans-serif;
5+
}
6+
h1 {
7+
font-family: Poppins, Roboto, sans-serif;
8+
font-weight: 500;
9+
}
10+
code, pre {
11+
font-family: 'Roboto Mono', monospace;
12+
font-weight: 400;
13+
}
14+
</style>

0 commit comments

Comments
 (0)
0