Skip to content

Commit

Permalink
✨ Change skill font to source code pro
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Sep 22, 2024
1 parent f2aa1f3 commit 3da037c
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 73 deletions.
11 changes: 9 additions & 2 deletions build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
<link rel="manifest" href="manifest.json" />
<link rel="icon" sizes="192x192" href="favicon-192.png" />

<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=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet"
/>

<script type="text/javascript">
window.smartlook ||
(function (d) {
Expand All @@ -94,8 +101,8 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-4f2bbfb1.js"></script>
<link rel="stylesheet" href="/assets/index-1b6d229e.css">
<script type="module" crossorigin src="/assets/index-db360e77.js"></script>
<link rel="stylesheet" href="/assets/index-f04136fa.css">
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 0 additions & 1 deletion build/assets/index-1b6d229e.css

This file was deleted.

Loading

0 comments on commit 3da037c

Please sign in to comment.