Files
lanecarford_front/public/css/woff/poppins.css

29 lines
948 B
CSS
Raw Normal View History

2025-10-09 09:29:36 +08:00
/* cyrillic-ext */
@font-face {
font-family: 'poppinsRegular';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Regular.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsSemiBold';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-SemiBold.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsBold';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Bold.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsMedium';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Medium.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}