Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 370d4ce

Browse filesBrowse files
authored
Create head-custom.html
1 parent 9914159 commit 370d4ce
Copy full SHA for 370d4ce

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎_includes/head-custom.html

Copy file name to clipboard
+14Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.