Files
MonkeyCode/ui/src/assets/fonts/font.css
2025-06-26 16:39:17 +08:00

21 lines
352 B
CSS

@font-face {
font-family: 'gilroy';
src: url('./gilroy-bold.otf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'gilroy';
src: url('./gilroy-medium.otf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'gilroy';
src: url('./gilroy-regular.otf');
font-weight: 400;
font-style: normal;
}