mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
10 lines
212 B
CSS
10 lines
212 B
CSS
/* Trivial stylesheet to use Bedstead as a monospace font */
|
|
kbd, code, tt, pre {
|
|
font-family: Bedstead, monospace;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Bedstead;
|
|
src: url(bedstead.otf) format("opentype");
|
|
}
|