mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 11:44:49 +00:00
fix my font issue
This commit is contained in:
parent
07f637e4f8
commit
494a0f6545
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue