mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 11:44:49 +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
11
style.css
11
style.css
|
@ -140,6 +140,17 @@ body {
|
|||
/* 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 */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
|
|
Loading…
Add table
Reference in a new issue