fix
This commit is contained in:
parent
2da1c24bbb
commit
3bc691e15c
|
|
@ -17,7 +17,7 @@ export const prodIndex = (
|
|||
<link rel="stylesheet" href="/index.css">
|
||||
<link
|
||||
as="style"
|
||||
rel="stylesheet preload prefetch"
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
||||
type="text/css"
|
||||
crossorigin="anonymous" />
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -10,14 +10,14 @@
|
|||
<link rel="stylesheet" href="/index.css" />
|
||||
<link
|
||||
as="style"
|
||||
rel="stylesheet preload prefetch"
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600&display=swap"
|
||||
type="text/css"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
as="style"
|
||||
rel="stylesheet preload prefetch"
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono"
|
||||
type="text/css"
|
||||
crossorigin="anonymous"
|
||||
|
|
|
|||
Loading…
Reference in New Issue