mirror of https://github.com/reiyua/reiyua.lol.git
Add Jersey 10 font from Google Fonts
This commit is contained in:
parent
eab1e96a20
commit
cd7b547799
|
@ -6,6 +6,9 @@
|
|||
<title>reiyua</title>
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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=Jersey+10&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<video autoplay muted loop id="bg-video">
|
||||
|
|
Loading…
Reference in New Issue