mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 15:32:13 -06:00
17 lines
376 B
Plaintext
17 lines
376 B
Plaintext
// Font Stuff
|
|
|
|
@copy: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@white: hsl(0, 0%, 100%);
|
|
@black: hsl(0, 0%, 0%);
|
|
@red: hsl(0, 100%, 50%);
|
|
|
|
@ultraLight: 200;
|
|
@light: 300;
|
|
@normal: 400;
|
|
@semibold: 500;
|
|
@bold: 700;
|
|
@extraBold: 800;
|
|
@blackBold: 900;
|
|
|
|
|
|
@purple: hsl(288, 36%, 47%); |