From 91d3de5db29f71a772b7bb4b767a921bcd827959 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:51:52 +0800 Subject: [PATCH] Get Intel One Mono font from root directory --- themes/leilukin/stylesheets/all.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index 4db2c88..5aa3268 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -3,28 +3,28 @@ font-family: 'Intel One Mono'; font-style: normal; font-weight: 400; - src: url('./../../fonts/IntelOneMono-Regular.woff2') format('woff2'); + src: url('/fonts/IntelOneMono-Regular.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Intel One Mono'; font-style: italic; font-weight: 400; - src: url('./../../fonts/IntelOneMono-Italic.woff2') format('woff2'); + src: url('/fonts/IntelOneMono-Italic.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Intel One Mono'; font-style: normal; font-weight: 700; - src: url('./../../fonts/IntelOneMono-Bold.woff2') format('woff2'); + src: url('/fonts/IntelOneMono-Bold.woff2') format('woff2'); } @font-face { font-display: swap; font-family: 'Intel One Mono'; font-style: italic; font-weight: 700; - src: url('./../../fonts/IntelOneMono-BoldItalic.woff2') format('woff2'); + src: url('/fonts/IntelOneMono-BoldItalic.woff2') format('woff2'); } *::selection { color: #202021;