Add Windows-specific font variants
This commit is contained in:
parent
bb6d9d03af
commit
e514cbd2d0
3 changed files with 5 additions and 5 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue