Skip to content

Commit

Permalink
⚡ optimize font loading
Browse files Browse the repository at this point in the history
  • Loading branch information
tackyunicorn committed May 15, 2024
1 parent ded633d commit 3a9dbb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<title>Joshua Joseph</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦄</text></svg>">
<link rel="stylesheet" href="/styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&text=1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz%20%40.%28~%29%24%27%22%2C%21" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown.min.css" integrity="sha512-h/laqMqQKUXxFuu6aLAaSrXYwGYQ7qk4aYCQ+KJwHZMzAGaEoxMM6h8C+haeJTU1V6E9jrSUnjpEzX23OmV/Aw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600');

:root {
--black: #21252b;
--gray: #323844;
Expand Down

0 comments on commit 3a9dbb0

Please sign in to comment.