diff --git a/front-end/package-lock.json b/front-end/package-lock.json index df9c8f1..8b2dd76 100644 --- a/front-end/package-lock.json +++ b/front-end/package-lock.json @@ -8,6 +8,7 @@ "name": "front-end", "version": "0.0.0", "dependencies": { + "@fontsource-variable/inter": "^5.0.20", "@heroicons/vue": "^2.1.4", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", "ajv": "^8.16.0", @@ -518,6 +519,11 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@fontsource-variable/inter": { + "version": "5.0.20", + "resolved": "https://registry.npmjs.org/@fontsource-variable/inter/-/inter-5.0.20.tgz", + "integrity": "sha512-dhzG4Zls/tIrf8h0FhTNi8jT/uFwNhdTY2vKe6DYqoXDYOfEcTVZDyh1hKml1rlLT44Y7OoKoGz8w7czDW7twQ==" + }, "node_modules/@heroicons/vue": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.1.4.tgz", diff --git a/front-end/package.json b/front-end/package.json index d374622..0044ac4 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -16,6 +16,7 @@ "format": "prettier --write src/" }, "dependencies": { + "@fontsource-variable/inter": "^5.0.20", "@heroicons/vue": "^2.1.4", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", "ajv": "^8.16.0", diff --git a/front-end/src/assets/base.css b/front-end/src/assets/base.css index dafc776..8db7850 100644 --- a/front-end/src/assets/base.css +++ b/front-end/src/assets/base.css @@ -1,8 +1,3 @@ -@font-face { - font-family: 'Inter'; - src: url('@/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype'); -} - :root { --color-black: #363636; --color-white: #ffffff; @@ -24,6 +19,6 @@ body { background-color: var(--color-white); - font-family: 'Inter', sans-serif; + font-family: 'Inter Variable', sans-serif; font-size: var(--wac-font-size--med); } diff --git a/front-end/src/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf b/front-end/src/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf deleted file mode 100644 index 43ed4f5..0000000 Binary files a/front-end/src/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf b/front-end/src/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf deleted file mode 100644 index e31b51e..0000000 Binary files a/front-end/src/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/OFL.txt b/front-end/src/assets/fonts/Inter/OFL.txt deleted file mode 100644 index d05ec4b..0000000 --- a/front-end/src/assets/fonts/Inter/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -https://openfontlicense.org - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/front-end/src/assets/fonts/Inter/README.txt b/front-end/src/assets/fonts/Inter/README.txt deleted file mode 100644 index f7a47e8..0000000 --- a/front-end/src/assets/fonts/Inter/README.txt +++ /dev/null @@ -1,118 +0,0 @@ -Inter Variable Font -=================== - -This download contains Inter as both variable fonts and static fonts. - -Inter is a variable font with these axes: - opsz - wght - -This means all the styles are contained in these files: - Inter-VariableFont_opsz,wght.ttf - Inter-Italic-VariableFont_opsz,wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that aren’t available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Inter: - static/Inter_18pt-Thin.ttf - static/Inter_18pt-ExtraLight.ttf - static/Inter_18pt-Light.ttf - static/Inter_18pt-Regular.ttf - static/Inter_18pt-Medium.ttf - static/Inter_18pt-SemiBold.ttf - static/Inter_18pt-Bold.ttf - static/Inter_18pt-ExtraBold.ttf - static/Inter_18pt-Black.ttf - static/Inter_24pt-Thin.ttf - static/Inter_24pt-ExtraLight.ttf - static/Inter_24pt-Light.ttf - static/Inter_24pt-Regular.ttf - static/Inter_24pt-Medium.ttf - static/Inter_24pt-SemiBold.ttf - static/Inter_24pt-Bold.ttf - static/Inter_24pt-ExtraBold.ttf - static/Inter_24pt-Black.ttf - static/Inter_28pt-Thin.ttf - static/Inter_28pt-ExtraLight.ttf - static/Inter_28pt-Light.ttf - static/Inter_28pt-Regular.ttf - static/Inter_28pt-Medium.ttf - static/Inter_28pt-SemiBold.ttf - static/Inter_28pt-Bold.ttf - static/Inter_28pt-ExtraBold.ttf - static/Inter_28pt-Black.ttf - static/Inter_18pt-ThinItalic.ttf - static/Inter_18pt-ExtraLightItalic.ttf - static/Inter_18pt-LightItalic.ttf - static/Inter_18pt-Italic.ttf - static/Inter_18pt-MediumItalic.ttf - static/Inter_18pt-SemiBoldItalic.ttf - static/Inter_18pt-BoldItalic.ttf - static/Inter_18pt-ExtraBoldItalic.ttf - static/Inter_18pt-BlackItalic.ttf - static/Inter_24pt-ThinItalic.ttf - static/Inter_24pt-ExtraLightItalic.ttf - static/Inter_24pt-LightItalic.ttf - static/Inter_24pt-Italic.ttf - static/Inter_24pt-MediumItalic.ttf - static/Inter_24pt-SemiBoldItalic.ttf - static/Inter_24pt-BoldItalic.ttf - static/Inter_24pt-ExtraBoldItalic.ttf - static/Inter_24pt-BlackItalic.ttf - static/Inter_28pt-ThinItalic.ttf - static/Inter_28pt-ExtraLightItalic.ttf - static/Inter_28pt-LightItalic.ttf - static/Inter_28pt-Italic.ttf - static/Inter_28pt-MediumItalic.ttf - static/Inter_28pt-SemiBoldItalic.ttf - static/Inter_28pt-BoldItalic.ttf - static/Inter_28pt-ExtraBoldItalic.ttf - static/Inter_28pt-BlackItalic.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (OFL.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them in your products & projects – print or digital, -commercial or otherwise. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Black.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Black.ttf deleted file mode 100644 index 89673de..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Black.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-BlackItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-BlackItalic.ttf deleted file mode 100644 index b33602f..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-BlackItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Bold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Bold.ttf deleted file mode 100644 index cd13f60..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Bold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-BoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-BoldItalic.ttf deleted file mode 100644 index 0d19c1a..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-BoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBold.ttf deleted file mode 100644 index e71c601..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf deleted file mode 100644 index df45062..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLight.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLight.ttf deleted file mode 100644 index f9c6cfc..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLight.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf deleted file mode 100644 index 275f305..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ExtraLightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Italic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Italic.ttf deleted file mode 100644 index 14d3595..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Italic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Light.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Light.ttf deleted file mode 100644 index acae361..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Light.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-LightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-LightItalic.ttf deleted file mode 100644 index f69e18b..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-LightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Medium.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Medium.ttf deleted file mode 100644 index 71d9017..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Medium.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-MediumItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-MediumItalic.ttf deleted file mode 100644 index 5c8c8b1..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-MediumItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Regular.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Regular.ttf deleted file mode 100644 index ce097c8..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Regular.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBold.ttf deleted file mode 100644 index 053185e..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf deleted file mode 100644 index d9c9896..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-SemiBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Thin.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-Thin.ttf deleted file mode 100644 index e68ec47..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-Thin.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ThinItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_18pt-ThinItalic.ttf deleted file mode 100644 index 134e837..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_18pt-ThinItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Black.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Black.ttf deleted file mode 100644 index dbb1b3b..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Black.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-BlackItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-BlackItalic.ttf deleted file mode 100644 index b89d61c..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-BlackItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Bold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Bold.ttf deleted file mode 100644 index 46b3583..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Bold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-BoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-BoldItalic.ttf deleted file mode 100644 index d1c0f53..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-BoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBold.ttf deleted file mode 100644 index b775c08..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBoldItalic.ttf deleted file mode 100644 index 3461a92..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLight.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLight.ttf deleted file mode 100644 index 2ec6ca3..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLight.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLightItalic.ttf deleted file mode 100644 index c634a5d..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ExtraLightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Italic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Italic.ttf deleted file mode 100644 index 1048b07..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Italic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Light.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Light.ttf deleted file mode 100644 index 1a2a6f2..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Light.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-LightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-LightItalic.ttf deleted file mode 100644 index ded5a75..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-LightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Medium.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Medium.ttf deleted file mode 100644 index 5c88739..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Medium.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-MediumItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-MediumItalic.ttf deleted file mode 100644 index be091b1..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-MediumItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Regular.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Regular.ttf deleted file mode 100644 index 6b088a7..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Regular.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBold.ttf deleted file mode 100644 index ceb8576..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBoldItalic.ttf deleted file mode 100644 index 6921df2..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-SemiBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Thin.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-Thin.ttf deleted file mode 100644 index 3505b35..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-Thin.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ThinItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_24pt-ThinItalic.ttf deleted file mode 100644 index a3e6feb..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_24pt-ThinItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Black.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Black.ttf deleted file mode 100644 index 66a252f..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Black.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-BlackItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-BlackItalic.ttf deleted file mode 100644 index 3c8fdf9..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-BlackItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Bold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Bold.ttf deleted file mode 100644 index d17828b..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Bold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-BoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-BoldItalic.ttf deleted file mode 100644 index 6fce50a..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-BoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBold.ttf deleted file mode 100644 index 6d87cae..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBoldItalic.ttf deleted file mode 100644 index 1a56735..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLight.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLight.ttf deleted file mode 100644 index d42b3f5..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLight.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLightItalic.ttf deleted file mode 100644 index 90e2f20..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ExtraLightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Italic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Italic.ttf deleted file mode 100644 index c2a143a..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Italic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Light.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Light.ttf deleted file mode 100644 index 5eeff3a..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Light.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-LightItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-LightItalic.ttf deleted file mode 100644 index 6b90b76..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-LightItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Medium.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Medium.ttf deleted file mode 100644 index 00120fe..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Medium.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-MediumItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-MediumItalic.ttf deleted file mode 100644 index 7481e7b..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-MediumItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Regular.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Regular.ttf deleted file mode 100644 index 855b6f4..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Regular.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBold.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBold.ttf deleted file mode 100644 index 8b84efc..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBold.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBoldItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBoldItalic.ttf deleted file mode 100644 index 2e22c5a..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-SemiBoldItalic.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Thin.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-Thin.ttf deleted file mode 100644 index 94e6108..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-Thin.ttf and /dev/null differ diff --git a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ThinItalic.ttf b/front-end/src/assets/fonts/Inter/static/Inter_28pt-ThinItalic.ttf deleted file mode 100644 index d3d44cd..0000000 Binary files a/front-end/src/assets/fonts/Inter/static/Inter_28pt-ThinItalic.ttf and /dev/null differ diff --git a/front-end/src/main.ts b/front-end/src/main.ts index 0f7908f..faf549b 100644 --- a/front-end/src/main.ts +++ b/front-end/src/main.ts @@ -1,3 +1,4 @@ +import '@fontsource-variable/inter'; import './assets/main.css'; import { createApp } from 'vue'; import { createPinia } from 'pinia';