maubot/maubot/management/frontend/public/fonts/FiraCode@1.206/fira_code.css
Perflyst e28c3a6018 Remove third party CDN's (#50)
* Use local files instead cdn

* Drop legacy fonts

* Drop legacy FiraCode fonts
2019-04-16 00:53:55 +03:00

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;
}