mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
84 lines
2.0 KiB
CSS
84 lines
2.0 KiB
CSS
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-italic.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-medium.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-mediumitalic.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-bold.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-bolditalic.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-super.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-superitalic.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-extralight.woff");
|
||
|
font-weight: 200;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-light.woff");
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-regular.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-medium.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-bold.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-black.woff");
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
}
|