-/* Trivial stylesheet to use Bedstead everywhere. */
-
/* Use Bedstead with proportional spacing for everything. */
body {
font-family: Bedstead;
+ font-size: 20px;
font-feature-settings: "palt";
font-synthesis: none;
+ margin-left: 24px;
}
/* Except where it's conventional to use a monospaced version. */
font-feature-settings: normal;
}
+h2 {
+ font-size: 2em;
+ font-stretch: condensed;
+ font-weight: inherit;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+h1, h2 {
+ margin-left: -24px;
+}
+
@font-face {
font-family: Bedstead;
src: url(bedstead.otf) format("opentype");
}
+
+@font-face {
+ font-family: Bedstead;
+ font-stretch: condensed;
+ src: url(bedstead-con.otf) format("opentype");
+}