Skip to content

Commit

Permalink
Update web font src
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed Nov 3, 2024
1 parent f38005a commit 0e74707
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions web/fonts-public.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 0e74707

Please sign in to comment.