Moved to using Atlas fontface

This commit is contained in:
Jori Lallo
2016-03-11 00:27:57 -08:00
parent 1133720fd4
commit bc7ae72210
38 changed files with 85 additions and 24 deletions

View File

@@ -13,7 +13,7 @@
.cm-s-atlas.CodeMirror {
background: #ffffff;
color: #202020;
font-family: 'Cousine', 'Monaco', monospace;
font-family: 'Atlas Typewriter', 'Cousine', 'Monaco', monospace;
font-weight: 300;
height: auto;
}