diff --git a/bedstead.css b/bedstead.css index f0c1cce..8e9227e 100644 --- a/bedstead.css +++ b/bedstead.css @@ -3,21 +3,19 @@ /* Make Bedstead usable through font-* properties. */ @import url(bedstead-faces.css); -/* Use Bedstead with proportional spacing for everything. */ +/* Use Bedstead for everything. */ body { font-family: Bedstead; font-size: 20px; - font-feature-settings: "palt"; font-synthesis: none; margin: 8px; margin-left: 32px; max-width: 60em; } -/* Except where it's conventional to use a monospaced version. */ +/* But fall back to a monospace font where appropriate. */ kbd, code, tt, pre { font-family: Bedstead, monospace; - font-feature-settings: normal; } /* Don't use any leading in
so that mosaic graphics work. */
@@ -68,7 +66,6 @@ img {
*/
.text-sample {
font-size: 50px;
- font-feature-settings: normal;
/* These may be overridden by the @media rule below. */
display: block;
speak: never;