mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
// Font Stuff
|
|
|
|
@copy: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@white: #fff;
|
|
@black: #000;
|
|
@red: hsl(0, 100%, 50%);
|
|
|
|
@ultraLight: 200;
|
|
@light: 300;
|
|
@normal: 400;
|
|
@semibold: 500;
|
|
@bold: 700;
|
|
@extraBold: 800;
|
|
@blackBold: 900;
|
|
|
|
|