fix my font issue

This commit is contained in:
Gen 2024-03-06 16:49:04 -08:00
parent 07f637e4f8
commit 494a0f6545
No known key found for this signature in database
GPG key ID: CE5EAD50DD5E2278
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,10 @@
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Gen's Website" />
@ -11,10 +15,6 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://genshibe.github.io" />
<title>Gen's Website</title>
<link rel="stylesheet" href="style.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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<main>

View file

@ -123,7 +123,7 @@
body {
background-color: var(--ctp-base);
color: var(--ctp-text) !important;
font-family: Arial, sans-serif;
font-family: "Urbanist", Arial, sans-serif;
display: flex;
justify-content: center;