diff --git a/public/fonts/Gotham/Gotham Black.otf b/public/fonts/Gotham/Gotham Black.otf new file mode 100644 index 0000000..91c7328 Binary files /dev/null and b/public/fonts/Gotham/Gotham Black.otf differ diff --git a/public/fonts/Gotham/Gotham Bold Italic.ttf b/public/fonts/Gotham/Gotham Bold Italic.ttf new file mode 100644 index 0000000..a9f2b11 Binary files /dev/null and b/public/fonts/Gotham/Gotham Bold Italic.ttf differ diff --git a/public/fonts/Gotham/Gotham Bold.otf b/public/fonts/Gotham/Gotham Bold.otf new file mode 100644 index 0000000..649fde3 Binary files /dev/null and b/public/fonts/Gotham/Gotham Bold.otf differ diff --git a/public/fonts/Gotham/Gotham Book.otf b/public/fonts/Gotham/Gotham Book.otf new file mode 100644 index 0000000..29b1d3d Binary files /dev/null and b/public/fonts/Gotham/Gotham Book.otf differ diff --git a/public/fonts/Gotham/Gotham Extra Light Italic.otf b/public/fonts/Gotham/Gotham Extra Light Italic.otf new file mode 100644 index 0000000..2aba1fa Binary files /dev/null and b/public/fonts/Gotham/Gotham Extra Light Italic.otf differ diff --git a/public/fonts/Gotham/Gotham Extra Light.otf b/public/fonts/Gotham/Gotham Extra Light.otf new file mode 100644 index 0000000..27abd6e Binary files /dev/null and b/public/fonts/Gotham/Gotham Extra Light.otf differ diff --git a/public/fonts/Gotham/Gotham Italic.otf b/public/fonts/Gotham/Gotham Italic.otf new file mode 100644 index 0000000..c0bd5fe Binary files /dev/null and b/public/fonts/Gotham/Gotham Italic.otf differ diff --git a/public/fonts/Gotham/Gotham ItalicBold.otf b/public/fonts/Gotham/Gotham ItalicBold.otf new file mode 100644 index 0000000..b20330d Binary files /dev/null and b/public/fonts/Gotham/Gotham ItalicBold.otf differ diff --git a/public/fonts/Gotham/Gotham Light.otf b/public/fonts/Gotham/Gotham Light.otf new file mode 100644 index 0000000..6ec2c24 Binary files /dev/null and b/public/fonts/Gotham/Gotham Light.otf differ diff --git a/public/fonts/Gotham/Gotham Medium.otf b/public/fonts/Gotham/Gotham Medium.otf new file mode 100644 index 0000000..0fcb6c8 Binary files /dev/null and b/public/fonts/Gotham/Gotham Medium.otf differ diff --git a/public/fonts/Gotham/Gotham Regular.otf b/public/fonts/Gotham/Gotham Regular.otf new file mode 100644 index 0000000..e5d98e7 Binary files /dev/null and b/public/fonts/Gotham/Gotham Regular.otf differ diff --git a/public/fonts/Gotham/Gotham Thin Italic.otf b/public/fonts/Gotham/Gotham Thin Italic.otf new file mode 100644 index 0000000..9181047 Binary files /dev/null and b/public/fonts/Gotham/Gotham Thin Italic.otf differ diff --git a/public/fonts/Gotham/Gotham Thin.otf b/public/fonts/Gotham/Gotham Thin.otf new file mode 100644 index 0000000..ac617ad Binary files /dev/null and b/public/fonts/Gotham/Gotham Thin.otf differ diff --git a/public/fonts/Gotham/Gotham Ultra.otf b/public/fonts/Gotham/Gotham Ultra.otf new file mode 100644 index 0000000..b83b104 Binary files /dev/null and b/public/fonts/Gotham/Gotham Ultra.otf differ diff --git a/public/fonts/Gotham/readme.html b/public/fonts/Gotham/readme.html new file mode 100644 index 0000000..26b8dcf --- /dev/null +++ b/public/fonts/Gotham/readme.html @@ -0,0 +1,188 @@ + + + + + + + GothamFontsgeek + + + + + + + + + + + + +
+ + +
+ + + + +
+

Gotham

+

This font was downloaded from fontsgeek.com . You can visit fontsgeek.com for thousands of free fonts.

+

View Character Map and other information Browse other free fonts

+

You will be shortly redirected to FontsGeek website.

+
+
+ + +
+ + + + diff --git a/src/_fonts.scss b/src/_fonts.scss new file mode 100644 index 0000000..38ec4ad --- /dev/null +++ b/src/_fonts.scss @@ -0,0 +1,71 @@ +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Thin.otf") format("opentype"); + font-weight: 100; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Extra Light.otf") format("opentype"); + font-weight: 200; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Light.otf") format("opentype"); + font-weight: 300; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Book.otf") format("opentype"); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Italic.otf") format("opentype"); + font-weight: 400; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Medium.otf") format("opentype"); + font-weight: 500 600; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Bold.otf") format("opentype"); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Bold Italic.ttf") format("truetype"); + font-weight: 700; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: "Gotham"; + src: url("/fonts/Gotham/Gotham Black.otf") format("opentype"); + font-weight: 900; + font-style: normal; + font-display: swap; +} diff --git a/src/app/shared/components/button/button.component.scss b/src/app/shared/components/button/button.component.scss index 8c94a4e..1622c44 100644 --- a/src/app/shared/components/button/button.component.scss +++ b/src/app/shared/components/button/button.component.scss @@ -8,7 +8,8 @@ .btn { min-height: 40px; - font-weight: 600; + font-weight: 400; + font-size:15px; } .btn-primary, diff --git a/src/styles.scss b/src/styles.scss index dc6ab40..0db55e9 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,10 +1,10 @@ +@use "./fonts"; + @import "./theme"; @import "../node_modules/bootstrap/scss/bootstrap"; :root { --bs-body-font-family: "Gotham", sans-serif; - - }