Skip to content

Commit ecca223

Browse files
fix
1 parent cbcf53c commit ecca223

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pages/_document.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class CustomDocument extends Document {
3232
<Head>
3333
<link rel="preconnect" href="https://fonts.googleapis.com" />
3434
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
35+
<link href="https://fonts.googleapis.com/css2?family=Lexend+Zetta:[email protected]&family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet" />
3536
<title>Just an Ultimate Site Tool Demo</title>
3637
</Head>
3738
<body>

pages/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ SOFTWARE.
2424
2525
*/
2626

27-
@import url('https://fonts.googleapis.com/css2?family=Lexend+Zetta:[email protected]&family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
28-
2927
html {
3028
font-family: "Rubik", monospace;
3129
}

0 commit comments

Comments
 (0)