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

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%);