feat: added header adaptive
This commit is contained in:
@@ -1,6 +1,72 @@
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-Light.eot');
|
||||
src: local('Gilroy Light'), local('Gilroy-Light'),
|
||||
url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-Light.woff') format('woff'),
|
||||
url('../fonts/Gilroy-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-Regular.eot');
|
||||
src: local('Gilroy Regular'), local('Gilroy-Regular'),
|
||||
url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-Regular.woff') format('woff'),
|
||||
url('../fonts/Gilroy-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-RegularItalic.eot');
|
||||
src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
|
||||
url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
|
||||
url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-Medium.eot');
|
||||
src: local('Gilroy Medium'), local('Gilroy-Medium'),
|
||||
url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-Medium.woff') format('woff'),
|
||||
url('../fonts/Gilroy-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-SemiBold.eot');
|
||||
src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
|
||||
url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-SemiBold.woff') format('woff'),
|
||||
url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-Bold.eot');
|
||||
src: local('Gilroy Bold'), local('Gilroy-Bold'),
|
||||
url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-Bold.woff') format('woff'),
|
||||
url('../fonts/Gilroy-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Gilroy', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
scroll-behavior: smooth;
|
||||
@@ -18,7 +84,7 @@ a,
|
||||
button,
|
||||
input,
|
||||
textarea {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Gilroy', sans-serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user