responsive layout with popup slider
This commit is contained in:
parent
9762b3ec59
commit
5251705af9
79 changed files with 3095 additions and 998 deletions
67
_scss/helpers/typography.scss
Normal file
67
_scss/helpers/typography.scss
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
//font-display: swap;
|
||||
|
||||
/* poppins-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* poppins-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* poppins-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('../fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* prata-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Prata';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/prata-v13-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/prata-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/prata-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/prata-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/prata-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/prata-v13-latin-regular.svg#Prata') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
/* inter-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/inter-v3-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/inter-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/inter-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/inter-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/inter-v3-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue