From 0e74707e9a4a1fc3378a9829addcb215bccb5fe4 Mon Sep 17 00:00:00 2001 From: Jang Haemin Date: Sun, 3 Nov 2024 11:37:25 +0900 Subject: [PATCH] Update web font src --- web/fonts-public.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web/fonts-public.css b/web/fonts-public.css index e6a7951..a6c61a7 100644 --- a/web/fonts-public.css +++ b/web/fonts-public.css @@ -1,8 +1,8 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Light.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Light.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Light.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Light.woff') format('woff'); font-weight: 300; font-style: normal; @@ -11,9 +11,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraBold.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-ExtraBold.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraBold.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-ExtraBold.woff') format('woff'); font-weight: 800; font-style: normal; @@ -22,9 +22,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Bold.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Bold.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Bold.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Bold.woff') format('woff'); font-weight: bold; font-style: normal; @@ -33,9 +33,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraLight.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-ExtraLight.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-ExtraLight.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; @@ -44,9 +44,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Medium.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Medium.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Medium.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Medium.woff') format('woff'); font-weight: 500; font-style: normal; @@ -55,9 +55,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Regular.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Regular.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Regular.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Regular.woff') format('woff'); font-weight: normal; font-style: normal; @@ -66,9 +66,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-SemiBold.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-SemiBold.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-SemiBold.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; @@ -77,9 +77,9 @@ @font-face { font-family: 'Interop'; - src: url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Thin.woff2') + src: url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Thin.woff2') format('woff2'), - url('https://raw.githubusercontent.com/payw-org/Interop/main/web/fonts/Interop-Thin.woff') + url('https://raw.githubusercontent.com/jhaemin/Interop/main/web/fonts/Interop-Thin.woff') format('woff'); font-weight: 100; font-style: normal;