mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 13:04:20 +00:00
14 lines
266 B
CSS
14 lines
266 B
CSS
|
@font-face {
|
||
|
font-family: "Fira Sans";
|
||
|
font-weight: 400;
|
||
|
src: url("FiraSans-Regular.woff2") format("woff2");
|
||
|
size-adjust: 110%;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Fira Sans";
|
||
|
font-weight: 700;
|
||
|
src: url("FiraSans-Bold.woff2") format("woff2");
|
||
|
size-adjust: 110%;
|
||
|
}
|