diff --git a/src/app/shared/components/popup/popup.component.css b/src/app/shared/components/popup/popup.component.css index 8d3867c..2549fa7 100644 --- a/src/app/shared/components/popup/popup.component.css +++ b/src/app/shared/components/popup/popup.component.css @@ -1,5 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); - * { box-sizing: border-box; font-family: "Poppins", sans-serif; diff --git a/src/assets/fonts/Hind/Hind-Bold.ttf b/src/assets/fonts/Hind/Hind-Bold.ttf new file mode 100644 index 0000000..4b5ef9a Binary files /dev/null and b/src/assets/fonts/Hind/Hind-Bold.ttf differ diff --git a/src/assets/fonts/Hind/Hind-Light.ttf b/src/assets/fonts/Hind/Hind-Light.ttf new file mode 100644 index 0000000..6fbcb2f Binary files /dev/null and b/src/assets/fonts/Hind/Hind-Light.ttf differ diff --git a/src/assets/fonts/Hind/Hind-Medium.ttf b/src/assets/fonts/Hind/Hind-Medium.ttf new file mode 100644 index 0000000..72ef6e3 Binary files /dev/null and b/src/assets/fonts/Hind/Hind-Medium.ttf differ diff --git a/src/assets/fonts/Hind/Hind-Regular.ttf b/src/assets/fonts/Hind/Hind-Regular.ttf new file mode 100644 index 0000000..682abc3 Binary files /dev/null and b/src/assets/fonts/Hind/Hind-Regular.ttf differ diff --git a/src/assets/fonts/Hind/Hind-SemiBold.ttf b/src/assets/fonts/Hind/Hind-SemiBold.ttf new file mode 100644 index 0000000..aad278a Binary files /dev/null and b/src/assets/fonts/Hind/Hind-SemiBold.ttf differ diff --git a/src/assets/fonts/Hind/OFL.txt b/src/assets/fonts/Hind/OFL.txt new file mode 100644 index 0000000..886cd2b --- /dev/null +++ b/src/assets/fonts/Hind/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2014, Indian Type Foundry (info@indiantypefoundry.com). + +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/src/assets/fonts/Hind/font-hind.css b/src/assets/fonts/Hind/font-hind.css new file mode 100644 index 0000000..69d8e53 --- /dev/null +++ b/src/assets/fonts/Hind/font-hind.css @@ -0,0 +1,64 @@ +/* +Hind-Bold.ttf +Hind-Light.ttf +Hind-Medium.ttf +Hind-Regular.ttf +Hind-SemiBold.ttf +*/ + +/* + Hind font-face declarations. + We map weights as follows: + Light -> 300 + Regular -> 400 + Medium -> 500 + SemiBold -> 600 + Bold -> 700 + + No italic files are present in this folder — only normal style declarations are provided. + font-display: swap is used for better rendering behavior. +*/ + +@font-face { + font-family: 'Hind'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url('Hind-Light.ttf') format('truetype'); +} + +@font-face { + font-family: 'Hind'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('Hind-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Hind'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url('Hind-Medium.ttf') format('truetype'); +} + +@font-face { + font-family: 'Hind'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('Hind-SemiBold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Hind'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('Hind-Bold.ttf') format('truetype'); +} + +/* Usage example: +body { font-family: 'Hind', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; } +*/ diff --git a/src/assets/fonts/Montserrat/font-montserrat.css b/src/assets/fonts/Montserrat/font-montserrat.css new file mode 100644 index 0000000..197bc39 --- /dev/null +++ b/src/assets/fonts/Montserrat/font-montserrat.css @@ -0,0 +1,115 @@ +@font-face { + font-family: "Montserrat"; + font-style: italic; + font-weight: 100; + src: + url(Montserrat-italic-100.woff) format("woff"), + url(Montserrat-italic-100.woff2) format("woff2"), + url(Montserrat-italic-100.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: italic; + font-weight: 300; + src: + url(Montserrat-italic-300.woff) format("woff"), + url(Montserrat-italic-300.woff2) format("woff2"), + url(Montserrat-italic-300.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: italic; + font-weight: 400; + src: + url(Montserrat-italic-400.woff) format("woff"), + url(Montserrat-italic-400.woff2) format("woff2"), + url(Montserrat-italic-400.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: italic; + font-weight: 700; + src: + url(Montserrat-italic-700.woff) format("woff"), + url(Montserrat-italic-700.woff2) format("woff2"), + url(Montserrat-italic-700.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: italic; + font-weight: 900; + src: + url(Montserrat-italic-900.woff) format("woff"), + url(Montserrat-italic-900.woff2) format("woff2"), + url(Montserrat-italic-900.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: normal; + font-weight: 100; + src: + url(Montserrat-normal-100.woff) format("woff"), + url(Montserrat-normal-100.woff2) format("woff2"), + url(Montserrat-normal-100.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: normal; + font-weight: 300; + src: + url(Montserrat-normal-300.woff) format("woff"), + url(Montserrat-normal-300.woff2) format("woff2"), + url(Montserrat-normal-300.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: normal; + font-weight: 400; + src: url(Montserrat-normal-400.eot); + src: + local("Montserrat"), + url(Montserrat-normal-400.woff) format("woff"), + url(Montserrat-normal-400.woff2) format("woff2"), + url(Montserrat-normal-400.svg#Montserrat) + format("svg"), + url(Montserrat-normal-400.eot?#iefix) + format("embedded-opentype"), + url(Montserrat-normal-400.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: normal; + font-weight: 700; + src: + url(Montserrat-normal-700.woff) format("woff"), + url(Montserrat-normal-700.woff2) format("woff2"), + url(Montserrat-normal-700.ttf) + format("truetype"); +} + +@font-face { + font-family: "Montserrat"; + font-style: normal; + font-weight: 900; + src: + url(Montserrat-normal-900.woff) format("woff"), + url(Montserrat-normal-900.woff2) format("woff2"), + url(Montserrat-normal-900.ttf) + format("truetype"); +} diff --git a/src/assets/fonts/Poppins/OFL.txt b/src/assets/fonts/Poppins/OFL.txt new file mode 100644 index 0000000..3e92931 --- /dev/null +++ b/src/assets/fonts/Poppins/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) + +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/src/assets/fonts/Poppins/Poppins-Black.ttf b/src/assets/fonts/Poppins/Poppins-Black.ttf new file mode 100644 index 0000000..71c0f99 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Black.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-BlackItalic.ttf b/src/assets/fonts/Poppins/Poppins-BlackItalic.ttf new file mode 100644 index 0000000..7aeb58b Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-BlackItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Bold.ttf b/src/assets/fonts/Poppins/Poppins-Bold.ttf new file mode 100644 index 0000000..00559ee Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Bold.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-BoldItalic.ttf b/src/assets/fonts/Poppins/Poppins-BoldItalic.ttf new file mode 100644 index 0000000..e61e8e8 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-BoldItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-ExtraBold.ttf b/src/assets/fonts/Poppins/Poppins-ExtraBold.ttf new file mode 100644 index 0000000..df70936 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-ExtraBold.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf b/src/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf new file mode 100644 index 0000000..14d2b37 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-ExtraLight.ttf b/src/assets/fonts/Poppins/Poppins-ExtraLight.ttf new file mode 100644 index 0000000..e76ec69 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-ExtraLight.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf b/src/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf new file mode 100644 index 0000000..89513d9 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Italic.ttf b/src/assets/fonts/Poppins/Poppins-Italic.ttf new file mode 100644 index 0000000..12b7b3c Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Italic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Light.ttf b/src/assets/fonts/Poppins/Poppins-Light.ttf new file mode 100644 index 0000000..bc36bcc Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Light.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-LightItalic.ttf b/src/assets/fonts/Poppins/Poppins-LightItalic.ttf new file mode 100644 index 0000000..9e70be6 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-LightItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Medium.ttf b/src/assets/fonts/Poppins/Poppins-Medium.ttf new file mode 100644 index 0000000..6bcdcc2 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Medium.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-MediumItalic.ttf b/src/assets/fonts/Poppins/Poppins-MediumItalic.ttf new file mode 100644 index 0000000..be67410 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-MediumItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Regular.ttf b/src/assets/fonts/Poppins/Poppins-Regular.ttf new file mode 100644 index 0000000..9f0c71b Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Regular.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-SemiBold.ttf b/src/assets/fonts/Poppins/Poppins-SemiBold.ttf new file mode 100644 index 0000000..74c726e Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-SemiBold.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf b/src/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf new file mode 100644 index 0000000..3e6c942 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-Thin.ttf b/src/assets/fonts/Poppins/Poppins-Thin.ttf new file mode 100644 index 0000000..03e7366 Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-Thin.ttf differ diff --git a/src/assets/fonts/Poppins/Poppins-ThinItalic.ttf b/src/assets/fonts/Poppins/Poppins-ThinItalic.ttf new file mode 100644 index 0000000..e26db5d Binary files /dev/null and b/src/assets/fonts/Poppins/Poppins-ThinItalic.ttf differ diff --git a/src/assets/fonts/Poppins/font-poppins.css b/src/assets/fonts/Poppins/font-poppins.css new file mode 100644 index 0000000..3fcabb3 --- /dev/null +++ b/src/assets/fonts/Poppins/font-poppins.css @@ -0,0 +1,185 @@ +/* +Poppins-Black.ttf +Poppins-BlackItalic.ttf +Poppins-Bold.ttf +Poppins-BoldItalic.ttf +Poppins-ExtraBold.ttf +Poppins-ExtraBoldItalic.ttf +Poppins-ExtraLight.ttf +Poppins-ExtraLightItalic.ttf +Poppins-Italic.ttf +Poppins-Light.ttf +Poppins-LightItalic.ttf +Poppins-Medium.ttf +Poppins-MediumItalic.ttf +Poppins-Regular.ttf +Poppins-SemiBold.ttf +Poppins-SemiBoldItalic.ttf +Poppins-Thin.ttf +Poppins-ThinItalic.ttf +*/ + +/* + Poppins font-face declarations. + We map weights as follows: + Thin -> 100 + ExtraLight -> 200 + Light -> 300 + Regular -> 400 + Medium -> 500 + SemiBold -> 600 + Bold -> 700 + ExtraBold -> 800 + Black -> 900 + + Each weight has a normal and italic declaration where an italic file exists. + font-display: swap is used for better rendering behavior. +*/ + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 100; + font-display: swap; + src: url('Poppins-Thin.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 100; + font-display: swap; + src: url('Poppins-ThinItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 200; + font-display: swap; + src: url('Poppins-ExtraLight.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 200; + font-display: swap; + src: url('Poppins-ExtraLightItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url('Poppins-Light.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 300; + font-display: swap; + src: url('Poppins-LightItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('Poppins-Regular.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url('Poppins-Italic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url('Poppins-Medium.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url('Poppins-MediumItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('Poppins-SemiBold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url('Poppins-SemiBoldItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('Poppins-Bold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url('Poppins-BoldItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url('Poppins-ExtraBold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url('Poppins-ExtraBoldItalic.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url('Poppins-Black.ttf') format('truetype'); +} + +@font-face { + font-family: 'Poppins'; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url('Poppins-BlackItalic.ttf') format('truetype'); +} + +/* Usage example: +body { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; } +*/ diff --git a/src/font-montserrat.css b/src/font-montserrat.css deleted file mode 100644 index 2f514df..0000000 --- a/src/font-montserrat.css +++ /dev/null @@ -1,115 +0,0 @@ -@font-face { - font-family: "Montserrat"; - font-style: italic; - font-weight: 100; - src: - url(assets/fonts/Montserrat/Montserrat-italic-100.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-italic-100.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-italic-100.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: italic; - font-weight: 300; - src: - url(assets/fonts/Montserrat/Montserrat-italic-300.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-italic-300.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-italic-300.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: italic; - font-weight: 400; - src: - url(assets/fonts/Montserrat/Montserrat-italic-400.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-italic-400.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-italic-400.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: italic; - font-weight: 700; - src: - url(assets/fonts/Montserrat/Montserrat-italic-700.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-italic-700.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-italic-700.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: italic; - font-weight: 900; - src: - url(assets/fonts/Montserrat/Montserrat-italic-900.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-italic-900.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-italic-900.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: normal; - font-weight: 100; - src: - url(assets/fonts/Montserrat/Montserrat-normal-100.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-normal-100.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-normal-100.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: normal; - font-weight: 300; - src: - url(assets/fonts/Montserrat/Montserrat-normal-300.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-normal-300.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-normal-300.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: normal; - font-weight: 400; - src: url(assets/fonts/Montserrat/Montserrat-normal-400.eot); - src: - local("Montserrat"), - url(assets/fonts/Montserrat/Montserrat-normal-400.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-normal-400.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-normal-400.svg#Montserrat) - format("svg"), - url(assets/fonts/Montserrat/Montserrat-normal-400.eot?#iefix) - format("embedded-opentype"), - url(assets/fonts/Montserrat/Montserrat-normal-400.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: normal; - font-weight: 700; - src: - url(assets/fonts/Montserrat/Montserrat-normal-700.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-normal-700.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-normal-700.ttf) - format("truetype"); -} - -@font-face { - font-family: "Montserrat"; - font-style: normal; - font-weight: 900; - src: - url(assets/fonts/Montserrat/Montserrat-normal-900.woff) format("woff"), - url(assets/fonts/Montserrat/Montserrat-normal-900.woff2) format("woff2"), - url(assets/fonts/Montserrat/Montserrat-normal-900.ttf) - format("truetype"); -} diff --git a/src/styles.css b/src/styles.css index 5d178f5..77a85cb 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,6 +1,7 @@ /* You can add global styles to this file, and also import other style files */ -@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap'); -@import "font-montserrat.css"; +@import "assets/fonts/Hind/font-hind.css"; +@import "assets/fonts/Montserrat/font-montserrat.css"; +@import "assets/fonts/Poppins/font-poppins.css"; * { padding: 0 auto;