mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +00:00
13 lines
294 B
CSS
13 lines
294 B
CSS
@font-face {
|
|
font-family: "Zilla Slab";
|
|
font-weight: 400;
|
|
src: url("ZillaSlab-Regular.woff2") format("woff2");
|
|
size-adjust: 110%;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Zilla Slab";
|
|
font-weight: 700;
|
|
src: url("ZillaSlab-Bold.woff2") format("woff2");
|
|
size-adjust: 110%;
|
|
}
|