assets: remove fonts from project
This commit is contained in:
parent
183d7f71cb
commit
2aab43e6d2
@ -10,7 +10,7 @@ const UserText = styled.span`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.5rem;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 500;
|
||||
|
||||
${min('laptop')} {
|
||||
@ -30,7 +30,7 @@ const Logout = styled.a`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.45rem;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 500;
|
||||
|
||||
${min('laptop')} {
|
||||
|
||||
@ -16,7 +16,7 @@ const LogoText = styled.h3`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.85rem;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 500;
|
||||
${min('laptop')} {
|
||||
font-size: 1.2rem;
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"@apollo/client": "^3.6.0",
|
||||
"@fontsource/montserrat": "^4.5.12",
|
||||
"antd": "^4.21.3",
|
||||
"axios": "^0.26.1",
|
||||
"dayjs": "^1.11.2",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1 @@
|
||||
@font-face {
|
||||
font-family: Montserrat;
|
||||
src: url('../public/fonts/Montserrat/Montserrat-Medium.ttf');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@import url('@fontsource/montserrat/500.css');
|
||||
|
||||
@ -390,6 +390,11 @@
|
||||
minimatch "^3.0.4"
|
||||
strip-json-comments "^3.1.1"
|
||||
|
||||
"@fontsource/montserrat@^4.5.12":
|
||||
version "4.5.12"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/montserrat/-/montserrat-4.5.12.tgz#465c61fb508f6d0055dbcbfbc6eb7307a81fdf6f"
|
||||
integrity sha512-UQ+4ijm1sddIBtmEZ9bKgCB1rSi4Imog0YKz7wDLtMQ3Mw2ZaBseTgoLDfbWnfdowS0PLp+Z4T2KZ/1AySTlDQ==
|
||||
|
||||
"@graphql-typed-document-node/core@^3.1.1":
|
||||
version "3.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user