From 991c023484941557795db94b44b2441dbdaa1ed5 Mon Sep 17 00:00:00 2001 From: Gen Date: Fri, 15 Nov 2024 00:46:49 -0800 Subject: [PATCH] fix font? Signed-off-by: Gen --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3596a75..953e73d 100644 --- a/style.css +++ b/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; @@ -263,4 +274,4 @@ hr { border: none; margin: 1.5rem auto; box-shadow: 0 0 15px 0 var(--ctp-peach); -} \ No newline at end of file +}