fix
This commit is contained in:
29
public/css/woff/poppins.css
Normal file
29
public/css/woff/poppins.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user