update fonts path

This commit is contained in:
philipcheung 2025-03-16 18:25:38 +08:00
parent 263b25ed38
commit 202cf77758
14 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
/* MElleHK Font Family */
@font-face {
font-family: 'MElleHK';
src: url('../assets/fonts/MElleHK-Light.OTF') format('opentype');
src: url('/fonts/MElleHK-Light.OTF') format('opentype');
font-weight: 300;
font-style: normal;
font-display: swap;
@ -9,7 +9,7 @@
@font-face {
font-family: 'MElleHK';
src: url('../assets/fonts/MElleHK-Medium.OTF') format('opentype');
src: url('/fonts/MElleHK-Medium.OTF') format('opentype');
font-weight: 500;
font-style: normal;
font-display: swap;
@ -17,7 +17,7 @@
@font-face {
font-family: 'MElleHK';
src: url('../assets/fonts/MElleHK-Xbold.otf') format('opentype');
src: url('/fonts/MElleHK-Xbold.otf') format('opentype');
font-weight: 800;
font-style: normal;
font-display: swap;
@ -26,7 +26,7 @@
/* NotoSansCJKtc Font Family */
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Thin.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Thin.otf') format('opentype');
font-weight: 100;
font-style: normal;
font-display: swap;
@ -34,7 +34,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Light.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Light.otf') format('opentype');
font-weight: 300;
font-style: normal;
font-display: swap;
@ -42,7 +42,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-DemiLight.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-DemiLight.otf') format('opentype');
font-weight: 350;
font-style: normal;
font-display: swap;
@ -50,7 +50,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Regular.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
@ -58,7 +58,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Medium.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Medium.otf') format('opentype');
font-weight: 500;
font-style: normal;
font-display: swap;
@ -66,7 +66,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Bold.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
font-display: swap;
@ -74,7 +74,7 @@
@font-face {
font-family: 'NotoSansCJKtc';
src: url('../assets/fonts/NotoSansCJKtc-Black.otf') format('opentype');
src: url('/fonts/NotoSansCJKtc-Black.otf') format('opentype');
font-weight: 900;
font-style: normal;
font-display: swap;
@ -83,7 +83,7 @@
/* NotoSansMonoCJKtc Font Family */
@font-face {
font-family: 'NotoSansMonoCJKtc';
src: url('../assets/fonts/NotoSansMonoCJKtc-Regular.otf') format('opentype');
src: url('/fonts/NotoSansMonoCJKtc-Regular.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
@ -91,7 +91,7 @@
@font-face {
font-family: 'NotoSansMonoCJKtc';
src: url('../assets/fonts/NotoSansMonoCJKtc-Bold.otf') format('opentype');
src: url('/fonts/NotoSansMonoCJKtc-Bold.otf') format('opentype');
font-weight: 700;
font-style: normal;
font-display: swap;
@ -100,7 +100,7 @@
/* NotoSerifCJKjp Font Family */
@font-face {
font-family: 'NotoSerifCJKjp';
src: url('../assets/fonts/NotoSerifCJKjp-Black.otf') format('opentype');
src: url('/fonts/NotoSerifCJKjp-Black.otf') format('opentype');
font-weight: 900;
font-style: normal;
font-display: swap;