diff --git a/src/csui/res/css/uwui-base.scss b/src/csui/res/css/uwui-base.scss index f6ed172..27dc6f4 100644 --- a/src/csui/res/css/uwui-base.scss +++ b/src/csui/res/css/uwui-base.scss @@ -2,7 +2,20 @@ @import 'colors.scss'; @import 'common.scss'; +* { + font-family: 'Overpass'; +} + .uw-ultrawidify-container-root { + // here's the defaults: + // all: initial; + // * { + // all: unset; + // } + + // here's things that we don't want as defaults + // (must come after the all: declaration, otherwise + // all: declaration overrides everything.) // we put our UI _over_ site's player: z-index: 999999;