mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 11:14:48 +00:00
fix font?
Signed-off-by: Gen <buzhybrid@gmail.com>
This commit is contained in:
parent
5ffe159852
commit
991c023484
1 changed files with 12 additions and 1 deletions
13
style.css
13
style.css
|
@ -140,6 +140,17 @@ body {
|
||||||
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Victor Mono - 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: 'VictorMono';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url('./fonts/VictorMono-Italic.woff2') format('woff2');
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
/* urbanist-700 - latin */
|
/* urbanist-700 - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
@ -263,4 +274,4 @@ hr {
|
||||||
border: none;
|
border: none;
|
||||||
margin: 1.5rem auto;
|
margin: 1.5rem auto;
|
||||||
box-shadow: 0 0 15px 0 var(--ctp-peach);
|
box-shadow: 0 0 15px 0 var(--ctp-peach);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue