From 008197694d217673c582c9e05dfa4302aca10b3d Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:03:12 +0300 Subject: [PATCH] etc --- docs/.vitepress/theme/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 60d635b67..21c7e1d68 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -1,7 +1,4 @@ -/** - * Customize default theme styling by overriding CSS variables: - * https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css - */ +/** https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */ /** * Fonts @@ -9,12 +6,14 @@ @font-face { font-family: "Inter Variable"; + /* noinspection CssUnknownTarget */ src: url(/assets/fonts/inter.woff2) format("woff2"); font-display: swap; } @font-face { font-family: "JetBrains Mono"; + /* noinspection CssUnknownTarget */ src: url(/assets/fonts/jetbrains.woff2) format("woff2"); font-display: swap; }