Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-frontend into chore/#308/gtag
  • Loading branch information
bbearcookie committed Apr 23, 2024
2 parents c8f755a + c89bebb commit a38a04b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/static/woff2/SUIT.css"
rel="stylesheet"
/>
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/static/woff2/SUIT.css"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff"
as="font"
type="font/woff"
crossorigin="anonymous"
/>
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://oceanletter.site/" />
Expand Down
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Disallow: /admin
2 changes: 2 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*,
body {
font-family: 'SUIT', sans-serif;
font-display: swap;
}

a {
Expand All @@ -14,4 +15,5 @@ a {
font-family: 'Jalnan OTF';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff')
format('woff');
font-display: swap;
}

0 comments on commit a38a04b

Please sign in to comment.