This commit is contained in:
Rizky 2024-07-16 22:15:00 +07:00
parent 2da1c24bbb
commit 3bc691e15c
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export const prodIndex = (
<link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/index.css">
<link <link
as="style" as="style"
rel="stylesheet preload prefetch" rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap" href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
type="text/css" type="text/css"
crossorigin="anonymous" /> crossorigin="anonymous" />

Binary file not shown.

View File

@ -10,14 +10,14 @@
<link rel="stylesheet" href="/index.css" /> <link rel="stylesheet" href="/index.css" />
<link <link
as="style" as="style"
rel="stylesheet preload prefetch" rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap" href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
type="text/css" type="text/css"
crossorigin="anonymous" crossorigin="anonymous"
/> />
<link <link
as="style" as="style"
rel="stylesheet preload prefetch" rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono"
type="text/css" type="text/css"
crossorigin="anonymous" crossorigin="anonymous"