butter-kanglam-ui/_scss/helpers/typography.scss

95 lines
3.9 KiB
SCSS

//font-display: swap;
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
unicode-range: U+0000-007F;
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 */
}
/* Qomolangma-Chuyig */
@font-face {
font-family: 'Qomolangma-Chuyig';
font-style: normal;
font-weight: 400;
unicode-range: U+0F00-0FFF;
src: local(''),
url('../fonts/Qomolangma-Chuyig.woff2') format('woff2'), /* Super Modern Browsers */
}
/* MonlamUniOuChan2 */
@font-face {
font-family: 'MonlamUniOuChan2';
font-style: normal;
font-weight: 400;
unicode-range: U+0F00-0FFF;
src: local(''),
url('../fonts/MonlamUniOuChan2.woff') format('woff'), /* Super Modern Browsers */
}
/* poppins-600 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
unicode-range: U+0000-007F;
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;
unicode-range: U+0000-007F;
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;
unicode-range: U+0000-007F;
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 */
}