mirror of
https://github.com/maubot/maubot
synced 2025-08-29 21:20:37 +00:00
28 lines
647 B
CSS
28 lines
647 B
CSS
@font-face{
|
|
font-family: 'Fira Code';
|
|
src: url('woff2/FiraCode-Light.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Fira Code';
|
|
src: url('eot/FiraCode-Regular.eot');
|
|
src: url('woff2/FiraCode-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Fira Code';
|
|
src: url('woff2/FiraCode-Medium.woff2') format('woff2');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Fira Code';
|
|
src: url('woff2/FiraCode-Bold.woff2') format('woff2'),
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|