4 lines
303 B
SCSS
4 lines
303 B
SCSS
![]() |
@mixin body-font { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }
|
||
|
@mixin title-font { font-family: 'Roboto Condensed', sans-serif; }
|
||
|
@mixin fixed-font { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; }
|