Add Windows-specific font variants

This commit is contained in:
Karol Kuczmarski 2015-09-09 09:35:32 -07:00
parent bb6d9d03af
commit e514cbd2d0
3 changed files with 5 additions and 5 deletions

View file

@ -5,8 +5,8 @@
@light-grey: #eeeeee;
@med-grey: #999999;
@dark-grey: #242121;
@sans: 'Source Sans Pro', sans-serif;
@mono: 'Source Code Pro', monospace;
@sans: 'Source Sans Pro', 'Verdana', sans-serif;
@mono: 'Source Code Pro', 'Consolas', monospace;
html, body {
width: 100%;