2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

17 lines
326 B
Plaintext
Raw Normal View History

// Font Stuff
@copy: "Proxima Nova", "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;