mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 13:04:50 +00:00
fix fonts
This commit is contained in:
parent
494a0f6545
commit
d6cb5a819e
3 changed files with 11 additions and 5 deletions
BIN
fonts/urbanist-v15-latin-regular.woff2
Normal file
BIN
fonts/urbanist-v15-latin-regular.woff2
Normal file
Binary file not shown.
|
@ -1,11 +1,6 @@
|
|||
<!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" />
|
||||
<meta
|
||||
|
|
11
style.css
11
style.css
|
@ -4,6 +4,17 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* urbanist-regular - latin */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Urbanist';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2');
|
||||
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
:root[theme="latte"] {
|
||||
--ctp-rosewater: #dc8a78;
|
||||
--ctp-flamingo: #dd7878;
|
||||
|
|
Loading…
Add table
Reference in a new issue