mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 17:44:48 +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>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<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 charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta property="og:title" content="Gen's Website" />
|
<meta property="og:title" content="Gen's Website" />
|
||||||
|
@ -11,10 +15,6 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://genshibe.github.io" />
|
<meta property="og:url" content="https://genshibe.github.io" />
|
||||||
<title>Gen's Website</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: var(--ctp-base);
|
background-color: var(--ctp-base);
|
||||||
color: var(--ctp-text) !important;
|
color: var(--ctp-text) !important;
|
||||||
font-family: Arial, sans-serif;
|
font-family: "Urbanist", Arial, sans-serif;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue