mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-04 15:53:36 +08:00
21 lines
352 B
CSS
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;
|
|
}
|