3 box-sizing: border-box
;
9 src: url
(/design
/fonts
/fanwood
/fanwood-webfont
.woff
);
14 src: url
(/design
/fonts
/fanwood
/fanwood_italic-webfont
.woff
);
19 font-family: "Fanwood Text";
20 src: url
(/design
/fonts
/fanwood
/fanwood_text-webfont
.woff
);
24 font-family: "Fanwood Text";
25 src: url
(/design
/fonts
/fanwood
/fanwood_text_italic-webfont
.woff
);
33 flex-direction: column
;
35 padding: 5vh clamp
(1rem, 5vw, 3rem) 1rem;
36 font-family: Fanwood
, serif
;
43 --layout-spacing: max
(8vh, 3rem);
45 width: min
(100%, var
(--max-width
));
61 vertical-align: bottom
;
68 nav
[aria-current
="page"] {
74 margin-top: var
(--layout-spacing
);
79 padding-top: var
(--layout-spacing
);
83 border-top: 1px solid
#ccc;
98 text-decoration: none
;
102 article
> h1
+ .updated
{
123 :is
(h2
, h3
):not
(:first-child
) {
129 text-underline-offset: 0.08em;
133 outline: 1px solid currentColor
;
134 outline-offset: 0.2em;
139 border-top: 1px dashed
#ccc;
140 padding-top: var
(--layout-spacing
);
148 object-fit: scale-down
; /*cover;*/
152 @supports (aspect-ratio: 1) {
159 /* Supporting Content */
161 code:not
([class
*="language"]) {
162 font-family: Consolas
, Monaco
, Andale Mono
, Ubuntu Mono
, monospace
;
165 background-color: rgba
(0, 0, 0, 0.1);
166 padding-right: 0.15em;
167 padding-left: 0.15em;
173 border-left: 3px solid rgba
(0, 0, 0, 0.35);
174 background-color: rgba
(0, 0, 0, 0.05);
175 border-radius: 0 0.25rem 0.25rem 0;