diff --git a/luasrc/fonts/Inter-Black.woff2 b/luasrc/fonts/Inter-Black.woff2 new file mode 100644 index 0000000..5b3c5bf Binary files /dev/null and b/luasrc/fonts/Inter-Black.woff2 differ diff --git a/luasrc/fonts/Inter-Bold.woff2 b/luasrc/fonts/Inter-Bold.woff2 new file mode 100644 index 0000000..2532ddd Binary files /dev/null and b/luasrc/fonts/Inter-Bold.woff2 differ diff --git a/luasrc/fonts/Inter-ExtraBold.woff2 b/luasrc/fonts/Inter-ExtraBold.woff2 new file mode 100644 index 0000000..1e54fb5 Binary files /dev/null and b/luasrc/fonts/Inter-ExtraBold.woff2 differ diff --git a/luasrc/fonts/Inter-ExtraLight.woff2 b/luasrc/fonts/Inter-ExtraLight.woff2 new file mode 100644 index 0000000..3ff5618 Binary files /dev/null and b/luasrc/fonts/Inter-ExtraLight.woff2 differ diff --git a/luasrc/fonts/Inter-Light.woff2 b/luasrc/fonts/Inter-Light.woff2 new file mode 100644 index 0000000..c90308a Binary files /dev/null and b/luasrc/fonts/Inter-Light.woff2 differ diff --git a/luasrc/fonts/Inter-Medium.woff2 b/luasrc/fonts/Inter-Medium.woff2 new file mode 100644 index 0000000..1245455 Binary files /dev/null and b/luasrc/fonts/Inter-Medium.woff2 differ diff --git a/luasrc/fonts/Inter-Regular.woff2 b/luasrc/fonts/Inter-Regular.woff2 new file mode 100644 index 0000000..598e761 Binary files /dev/null and b/luasrc/fonts/Inter-Regular.woff2 differ diff --git a/luasrc/fonts/Inter-SemiBold.woff2 b/luasrc/fonts/Inter-SemiBold.woff2 new file mode 100644 index 0000000..6a73b9f Binary files /dev/null and b/luasrc/fonts/Inter-SemiBold.woff2 differ diff --git a/luasrc/fonts/Inter-Thin.woff2 b/luasrc/fonts/Inter-Thin.woff2 new file mode 100644 index 0000000..e4982d9 Binary files /dev/null and b/luasrc/fonts/Inter-Thin.woff2 differ diff --git a/luasrc/fonts/Quicksand-Bold.ttf b/luasrc/fonts/Quicksand-Bold.ttf new file mode 100644 index 0000000..884f858 Binary files /dev/null and b/luasrc/fonts/Quicksand-Bold.ttf differ diff --git a/luasrc/fonts/Quicksand-Light.ttf b/luasrc/fonts/Quicksand-Light.ttf new file mode 100644 index 0000000..d4b8dbf Binary files /dev/null and b/luasrc/fonts/Quicksand-Light.ttf differ diff --git a/luasrc/fonts/Quicksand-Medium.ttf b/luasrc/fonts/Quicksand-Medium.ttf new file mode 100644 index 0000000..bd7d2bd Binary files /dev/null and b/luasrc/fonts/Quicksand-Medium.ttf differ diff --git a/luasrc/fonts/Quicksand-Regular.ttf b/luasrc/fonts/Quicksand-Regular.ttf new file mode 100644 index 0000000..57d002f Binary files /dev/null and b/luasrc/fonts/Quicksand-Regular.ttf differ diff --git a/luasrc/fonts/Quicksand-SemiBold.ttf b/luasrc/fonts/Quicksand-SemiBold.ttf new file mode 100644 index 0000000..d74121f Binary files /dev/null and b/luasrc/fonts/Quicksand-SemiBold.ttf differ diff --git a/luasrc/fonts/argon.woff b/luasrc/fonts/argon.woff new file mode 100644 index 0000000..ef1e9c2 Binary files /dev/null and b/luasrc/fonts/argon.woff differ diff --git a/luasrc/fonts/stylesheet.css b/luasrc/fonts/stylesheet.css new file mode 100644 index 0000000..126a510 --- /dev/null +++ b/luasrc/fonts/stylesheet.css @@ -0,0 +1,71 @@ +@font-face { + font-family: 'Inter'; + src: url('Inter-Thin.woff2') format('woff2'); + font-weight: 100; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-ExtraLight.woff2') format('woff2'); + font-weight: 200; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-Light.woff2') format('woff2'); + font-weight: 300; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-Regular.woff2') format('woff2'); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-Medium.woff2') format('woff2'); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-SemiBold.woff2') format('woff2'); + font-weight: 600; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-Bold.woff2') format('woff2'); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-ExtraBold.woff2') format('woff2'); + font-weight: 800; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Inter'; + src: url('Inter-Black.woff2') format('woff2'); + font-weight: 900; + font-style: normal; + font-display: swap; +} \ No newline at end of file