summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-10-10 08:58:52 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-10-10 08:58:52 +0700
commit3c4e65912b63c7abdd51747804283dadb09082b3 (patch)
tree02c24dac99aab22203e30a466e6749fcfb05fecb /public
parent1cea7b188f3ced13524aa40e30187f9d2961fd51 (diff)
Move font location and implement on app
Diffstat (limited to 'public')
-rw-r--r--public/fonts/Inter/Inter-Black.woffbin138764 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Black.woff2bin102868 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-BlackItalic.woffbin146824 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-BlackItalic.woff2bin108752 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Bold.woffbin143208 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Bold.woff2bin106140 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-BoldItalic.woffbin151052 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-BoldItalic.woff2bin111808 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraBold.woffbin142920 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraBold.woff2bin106108 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraBoldItalic.woffbin150628 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraBoldItalic.woff2bin111708 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraLight.woffbin140724 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraLight.woff2bin104232 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraLightItalic.woffbin149996 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ExtraLightItalic.woff2bin111392 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Italic.woffbin144372 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Italic.woff2bin106876 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Light.woffbin140632 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Light.woff2bin104332 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-LightItalic.woffbin150092 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-LightItalic.woff2bin111332 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Medium.woffbin142552 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Medium.woff2bin105924 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-MediumItalic.woffbin150988 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-MediumItalic.woff2bin112184 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Regular.woffbin133844 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Regular.woff2bin98868 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-SemiBold.woffbin142932 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-SemiBold.woff2bin105804 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-SemiBoldItalic.woffbin151180 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-SemiBoldItalic.woff2bin112048 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Thin.woffbin135920 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-Thin.woff2bin99632 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ThinItalic.woffbin145480 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-ThinItalic.woff2bin106496 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-italic.var.woff2bin245036 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter-roman.var.woff2bin227180 -> 0 bytes
-rw-r--r--public/fonts/Inter/Inter.var.woff2bin324864 -> 0 bytes
-rw-r--r--public/fonts/Inter/inter.css199
40 files changed, 0 insertions, 199 deletions
diff --git a/public/fonts/Inter/Inter-Black.woff b/public/fonts/Inter/Inter-Black.woff
deleted file mode 100644
index a18593a0..00000000
--- a/public/fonts/Inter/Inter-Black.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Black.woff2 b/public/fonts/Inter/Inter-Black.woff2
deleted file mode 100644
index 68f64c9e..00000000
--- a/public/fonts/Inter/Inter-Black.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-BlackItalic.woff b/public/fonts/Inter/Inter-BlackItalic.woff
deleted file mode 100644
index b6b01943..00000000
--- a/public/fonts/Inter/Inter-BlackItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-BlackItalic.woff2 b/public/fonts/Inter/Inter-BlackItalic.woff2
deleted file mode 100644
index 1c9c7ca8..00000000
--- a/public/fonts/Inter/Inter-BlackItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Bold.woff b/public/fonts/Inter/Inter-Bold.woff
deleted file mode 100644
index eaf3d4bf..00000000
--- a/public/fonts/Inter/Inter-Bold.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Bold.woff2 b/public/fonts/Inter/Inter-Bold.woff2
deleted file mode 100644
index 2846f29c..00000000
--- a/public/fonts/Inter/Inter-Bold.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-BoldItalic.woff b/public/fonts/Inter/Inter-BoldItalic.woff
deleted file mode 100644
index 32750761..00000000
--- a/public/fonts/Inter/Inter-BoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-BoldItalic.woff2 b/public/fonts/Inter/Inter-BoldItalic.woff2
deleted file mode 100644
index 0b1fe8e1..00000000
--- a/public/fonts/Inter/Inter-BoldItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraBold.woff b/public/fonts/Inter/Inter-ExtraBold.woff
deleted file mode 100644
index c2c17ede..00000000
--- a/public/fonts/Inter/Inter-ExtraBold.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraBold.woff2 b/public/fonts/Inter/Inter-ExtraBold.woff2
deleted file mode 100644
index c24c2bdc..00000000
--- a/public/fonts/Inter/Inter-ExtraBold.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraBoldItalic.woff b/public/fonts/Inter/Inter-ExtraBoldItalic.woff
deleted file mode 100644
index c42f7052..00000000
--- a/public/fonts/Inter/Inter-ExtraBoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraBoldItalic.woff2 b/public/fonts/Inter/Inter-ExtraBoldItalic.woff2
deleted file mode 100644
index 4a81dc79..00000000
--- a/public/fonts/Inter/Inter-ExtraBoldItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraLight.woff b/public/fonts/Inter/Inter-ExtraLight.woff
deleted file mode 100644
index d0de5f39..00000000
--- a/public/fonts/Inter/Inter-ExtraLight.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraLight.woff2 b/public/fonts/Inter/Inter-ExtraLight.woff2
deleted file mode 100644
index f2ea706f..00000000
--- a/public/fonts/Inter/Inter-ExtraLight.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraLightItalic.woff b/public/fonts/Inter/Inter-ExtraLightItalic.woff
deleted file mode 100644
index 81f1a28e..00000000
--- a/public/fonts/Inter/Inter-ExtraLightItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ExtraLightItalic.woff2 b/public/fonts/Inter/Inter-ExtraLightItalic.woff2
deleted file mode 100644
index 9af717ba..00000000
--- a/public/fonts/Inter/Inter-ExtraLightItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Italic.woff b/public/fonts/Inter/Inter-Italic.woff
deleted file mode 100644
index a806b382..00000000
--- a/public/fonts/Inter/Inter-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Italic.woff2 b/public/fonts/Inter/Inter-Italic.woff2
deleted file mode 100644
index a619fc54..00000000
--- a/public/fonts/Inter/Inter-Italic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Light.woff b/public/fonts/Inter/Inter-Light.woff
deleted file mode 100644
index c496464d..00000000
--- a/public/fonts/Inter/Inter-Light.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Light.woff2 b/public/fonts/Inter/Inter-Light.woff2
deleted file mode 100644
index bc4be665..00000000
--- a/public/fonts/Inter/Inter-Light.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-LightItalic.woff b/public/fonts/Inter/Inter-LightItalic.woff
deleted file mode 100644
index f84a9de3..00000000
--- a/public/fonts/Inter/Inter-LightItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-LightItalic.woff2 b/public/fonts/Inter/Inter-LightItalic.woff2
deleted file mode 100644
index 842b2dfc..00000000
--- a/public/fonts/Inter/Inter-LightItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Medium.woff b/public/fonts/Inter/Inter-Medium.woff
deleted file mode 100644
index d546843f..00000000
--- a/public/fonts/Inter/Inter-Medium.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Medium.woff2 b/public/fonts/Inter/Inter-Medium.woff2
deleted file mode 100644
index f92498a2..00000000
--- a/public/fonts/Inter/Inter-Medium.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-MediumItalic.woff b/public/fonts/Inter/Inter-MediumItalic.woff
deleted file mode 100644
index 459a6568..00000000
--- a/public/fonts/Inter/Inter-MediumItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-MediumItalic.woff2 b/public/fonts/Inter/Inter-MediumItalic.woff2
deleted file mode 100644
index 0e3019f4..00000000
--- a/public/fonts/Inter/Inter-MediumItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Regular.woff b/public/fonts/Inter/Inter-Regular.woff
deleted file mode 100644
index 62d3a618..00000000
--- a/public/fonts/Inter/Inter-Regular.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Regular.woff2 b/public/fonts/Inter/Inter-Regular.woff2
deleted file mode 100644
index 6c2b6893..00000000
--- a/public/fonts/Inter/Inter-Regular.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-SemiBold.woff b/public/fonts/Inter/Inter-SemiBold.woff
deleted file mode 100644
index a815f43a..00000000
--- a/public/fonts/Inter/Inter-SemiBold.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-SemiBold.woff2 b/public/fonts/Inter/Inter-SemiBold.woff2
deleted file mode 100644
index 611e90c9..00000000
--- a/public/fonts/Inter/Inter-SemiBold.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-SemiBoldItalic.woff b/public/fonts/Inter/Inter-SemiBoldItalic.woff
deleted file mode 100644
index 909e43a9..00000000
--- a/public/fonts/Inter/Inter-SemiBoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-SemiBoldItalic.woff2 b/public/fonts/Inter/Inter-SemiBoldItalic.woff2
deleted file mode 100644
index 545685bd..00000000
--- a/public/fonts/Inter/Inter-SemiBoldItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Thin.woff b/public/fonts/Inter/Inter-Thin.woff
deleted file mode 100644
index 62bc58cd..00000000
--- a/public/fonts/Inter/Inter-Thin.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-Thin.woff2 b/public/fonts/Inter/Inter-Thin.woff2
deleted file mode 100644
index abbc3a5c..00000000
--- a/public/fonts/Inter/Inter-Thin.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ThinItalic.woff b/public/fonts/Inter/Inter-ThinItalic.woff
deleted file mode 100644
index 700a7f06..00000000
--- a/public/fonts/Inter/Inter-ThinItalic.woff
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-ThinItalic.woff2 b/public/fonts/Inter/Inter-ThinItalic.woff2
deleted file mode 100644
index ab0b2002..00000000
--- a/public/fonts/Inter/Inter-ThinItalic.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-italic.var.woff2 b/public/fonts/Inter/Inter-italic.var.woff2
deleted file mode 100644
index b826d5af..00000000
--- a/public/fonts/Inter/Inter-italic.var.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter-roman.var.woff2 b/public/fonts/Inter/Inter-roman.var.woff2
deleted file mode 100644
index 6a256a06..00000000
--- a/public/fonts/Inter/Inter-roman.var.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/Inter.var.woff2 b/public/fonts/Inter/Inter.var.woff2
deleted file mode 100644
index 365eedc5..00000000
--- a/public/fonts/Inter/Inter.var.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/Inter/inter.css b/public/fonts/Inter/inter.css
deleted file mode 100644
index de6ce273..00000000
--- a/public/fonts/Inter/inter.css
+++ /dev/null
@@ -1,199 +0,0 @@
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 100;
- font-display: swap;
- src: url('Inter-Thin.woff2?v=3.19') format('woff2'),
- url('Inter-Thin.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 100;
- font-display: swap;
- src: url('Inter-ThinItalic.woff2?v=3.19') format('woff2'),
- url('Inter-ThinItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 200;
- font-display: swap;
- src: url('Inter-ExtraLight.woff2?v=3.19') format('woff2'),
- url('Inter-ExtraLight.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 200;
- font-display: swap;
- src: url('Inter-ExtraLightItalic.woff2?v=3.19') format('woff2'),
- url('Inter-ExtraLightItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 300;
- font-display: swap;
- src: url('Inter-Light.woff2?v=3.19') format('woff2'),
- url('Inter-Light.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 300;
- font-display: swap;
- src: url('Inter-LightItalic.woff2?v=3.19') format('woff2'),
- url('Inter-LightItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url('Inter-Regular.woff2?v=3.19') format('woff2'),
- url('Inter-Regular.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url('Inter-Italic.woff2?v=3.19') format('woff2'),
- url('Inter-Italic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url('Inter-Medium.woff2?v=3.19') format('woff2'),
- url('Inter-Medium.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 500;
- font-display: swap;
- src: url('Inter-MediumItalic.woff2?v=3.19') format('woff2'),
- url('Inter-MediumItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 600;
- font-display: swap;
- src: url('Inter-SemiBold.woff2?v=3.19') format('woff2'),
- url('Inter-SemiBold.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 600;
- font-display: swap;
- src: url('Inter-SemiBoldItalic.woff2?v=3.19') format('woff2'),
- url('Inter-SemiBoldItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 700;
- font-display: swap;
- src: url('Inter-Bold.woff2?v=3.19') format('woff2'),
- url('Inter-Bold.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url('Inter-BoldItalic.woff2?v=3.19') format('woff2'),
- url('Inter-BoldItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 800;
- font-display: swap;
- src: url('Inter-ExtraBold.woff2?v=3.19') format('woff2'),
- url('Inter-ExtraBold.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 800;
- font-display: swap;
- src: url('Inter-ExtraBoldItalic.woff2?v=3.19') format('woff2'),
- url('Inter-ExtraBoldItalic.woff?v=3.19') format('woff');
-}
-
-@font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 900;
- font-display: swap;
- src: url('Inter-Black.woff2?v=3.19') format('woff2'),
- url('Inter-Black.woff?v=3.19') format('woff');
-}
-@font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 900;
- font-display: swap;
- src: url('Inter-BlackItalic.woff2?v=3.19') format('woff2'),
- url('Inter-BlackItalic.woff?v=3.19') format('woff');
-}
-
-/* -------------------------------------------------------
-Variable font.
-Usage:
-
- html { font-family: 'Inter', sans-serif; }
- @supports (font-variation-settings: normal) {
- html { font-family: 'Inter var', sans-serif; }
- }
-*/
-@font-face {
- font-family: 'Inter var';
- font-weight: 100 900;
- font-display: swap;
- font-style: normal;
- font-named-instance: 'Regular';
- src: url('Inter-roman.var.woff2?v=3.19') format('woff2');
-}
-@font-face {
- font-family: 'Inter var';
- font-weight: 100 900;
- font-display: swap;
- font-style: italic;
- font-named-instance: 'Italic';
- src: url('Inter-italic.var.woff2?v=3.19') format('woff2');
-}
-
-/* --------------------------------------------------------------------------
-[EXPERIMENTAL] Multi-axis, single variable font.
-
-Slant axis is not yet widely supported (as of February 2019) and thus this
-multi-axis single variable font is opt-in rather than the default.
-
-When using this, you will probably need to set font-variation-settings
-explicitly, e.g.
-
- * { font-variation-settings: "slnt" 0deg }
- .italic { font-variation-settings: "slnt" 10deg }
-
-*/
-@font-face {
- font-family: 'Inter var experimental';
- font-weight: 100 900;
- font-display: swap;
- font-style: oblique 0deg 10deg;
- src: url('Inter.var.woff2?v=3.19') format('woff2');
-}