Skip to content

Commit

Permalink
feat: enhance performance
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandreDaisuki committed Jun 14, 2024
1 parent a3b31fb commit 616f1b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added public/NotoSans.woff2
Binary file not shown.
5 changes: 5 additions & 0 deletions public/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@font-face {
font-family: 'Noto Sans';
font-weight: 100 900;
src: url(/NotoSans.woff2) format('woff2');
}
@keyframes link-hover-animation {
from {
transform: scale(0);
Expand Down
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<meta name="description" content="Lien Chun-Hao, a highly skilled Senior Frontend Engineer with expertise in HTML5, CSS3, JavaScript, VueJS, NodeJS, and more. Proven experience in developing web extensions, implementing streaming archive systems, and optimizing CI/CD processes. Proficient in GCP and Cloudflare.">
<title>Lien Chun-Hao’s Resume</title>
<link rel="icon" href="favicon.webp">
<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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="preload" href="/NotoSans.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="index.css">
</head>
<body>
Expand Down

0 comments on commit 616f1b7

Please sign in to comment.