mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Simplify to Geist font family for all languages. Update README, SCSS, partials, and config. Fix style template execution order. Signed-off-by: Sped0n <hi@sped0n.com>
10 lines
247 B
SCSS
10 lines
247 B
SCSS
@font-face {
|
|
font-family: 'Geist';
|
|
src:
|
|
url('/lib/fonts/GeistVF.woff2') format('woff2 supports variations'),
|
|
url('/lib/fonts/GeistVF.woff2') format('woff2-variations');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|