mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +00:00
11 lines
No EOL
261 B
CSS
11 lines
No EOL
261 B
CSS
@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");
|
|
} |