mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 21:43:06 -04:00
Put the whole Web page into Bedstead.
With "palt" enabled, it looks fairly good.
This commit is contained in:
parent
5a01c402e9
commit
bb3d8b7cbe
13
bedstead.css
13
bedstead.css
@ -1,6 +1,15 @@
|
||||
/* Trivial stylesheet to use Bedstead as a monospace font */
|
||||
/* Trivial stylesheet to use Bedstead everywhere. */
|
||||
|
||||
/* Use Bedstead with proportional spacing for everything. */
|
||||
body {
|
||||
font-family: Bedstead;
|
||||
font-feature-settings: "palt";
|
||||
}
|
||||
|
||||
/* Except where it's conventional to use a monospaced version. */
|
||||
kbd, code, tt, pre {
|
||||
font-family: Bedstead, monospace;
|
||||
font-family: Bedstead, monospace;
|
||||
font-feature-settings: "palt" off;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user