starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2025-02-16 20:53:58 +00:00
peafowl/_static/fonts/FiraCode.css

11 lines
261 B
CSS
Raw Permalink Normal View History

2024-06-16 13:49:13 +02:00
@font-face {
font-family: "Fira Code";
font-weight: 400;
src: url("../fonts/FiraCode-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Fira Code";
font-weight: 700;
src: url("../fonts/FiraCode-Bold.woff2") format("woff2");
}