/* * Google Sans Flex (SIL Open Font License 1.1, resources/fonts/google-sans-flex/OFL.txt). * * One variable woff2, cut down with fontTools: Latin and Latin Extended plus a handful of * symbols (≈ →), weight 400–700 and roundness 0–100 kept, width, grade, slant and optical * size pinned — 63 KB where the full font is 4 MB. Vite copies it into the application's * build from this relative url. * * The face sits in `material.base` (foundation/base.css imports it). An application that wants * another typeface overrides `--md-ref-typeface-brand` in its own stylesheet, which outranks * every package layer. */ @layer material.reset, material.tokens, material.base, material.layout, material.components, material.text, material.visibility; @layer material.base { @font-face { font-family: 'Google Sans Flex'; src: url('../../fonts/google-sans-flex/GoogleSansFlex-Latin.woff2') format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; } }