mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 11:08:45 +03:00
85 lines
1.8 KiB
CSS
85 lines
1.8 KiB
CSS
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau.woff");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-italic.woff");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-medium.woff");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-mediumitalic.woff");
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-bold.woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-bolditalic.woff");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-super.woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "bau";
|
|
src: url("//media.urbit.org/fonts/bau-superitalic.woff");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-extralight.woff");
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-light.woff");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-regular.woff");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-medium.woff");
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-bold.woff");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "scp";
|
|
src: url("//media.urbit.org/fonts/scp-black.woff");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|