/*!Minimal Font Awesome 7 subset — solid style, 6 icons: arrow-right (CTA),
arrow-up-right-from-square (cited-source links), circle-user-circle-xmark,
chart-mixed-up-circle-dollar and clock-rotate-left (the three field-data
figures), droplet (404 page). Rules extracted from the FA Pro 7.3.1
package; fa-solid-900.woff2 beside this file is subset to exactly these
glyphs, so a class listed here without a glyph in the font — or the
reverse — is a regeneration mistake (README, "FontAwesome 7 icons").
This file is a Hugo template, not a static asset: baseof.html fills in the
font URL below with the fingerprinted woff2, then minifies and fingerprints
this stylesheet too. A regenerated subset is therefore a new URL for both
files, and is never held back by a browser's cached copy of the old ones —
which is what "the icons are not visible" after a regeneration was.
font-display is swap, not FontAwesome's stock `block`: `block` withholds
rendering for up to 3s and is what Lighthouse flags under "ensure text
remains visible during webfont load", a page-experience signal. The usual
argument for `block` on an icon font — a flash of .notdef boxes during the
swap period — is bounded here by the font preload in baseof.html, which
starts the fetch in the first round trip instead of after the CSS parses.
Every glyph is decorative and aria-hidden, so the worst case is cosmetic.*/@font-face{font-family:"font awesome 7 pro";font-style:normal;font-weight:900;font-display:swap;src:url(/fontawesome/fa-solid-900.2ea008a65ca7bf4df841d382b968638596a89b014e623e680f38f5ab054c81c5.woff2)format("woff2")}.fa-solid{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:"font awesome 7 pro";font-style:normal;font-weight:900;font-variant:normal;line-height:1;text-align:center;text-rendering:auto;width:1.25em}.fa-solid::before{content:var(--fa)}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up-right-from-square{--fa:"\f08e"}.fa-circle-user-circle-xmark{--fa:"\e7a6"}.fa-chart-mixed-up-circle-dollar{--fa:"\e5d9"}.fa-clock-rotate-left{--fa:"\f1da"}.fa-droplet{--fa:"\f043"}