update site
This commit is contained in:
parent
ecb7811560
commit
7b7dff2aee
5 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Vivian (0x76)</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💜</text></svg>">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Major Mono Display";
|
||||
src: url(./MajorMonoDisplay-Regular.ttf);
|
||||
src: url(./fonts/MajorMonoDisplay-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "MPLUS Code";
|
||||
src: url(./MPLUSCodeLatin-Regular.ttf);
|
||||
src: url(./fonts/MPLUSCodeLatin-Regular.ttf);
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
Loading…
Reference in a new issue