Skip to content

Commit

Permalink
Fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-khalitov authored Sep 6, 2019
1 parent 4e7781f commit 1f835fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@import 'widgets';
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Ubuntu+Mono:400,700');

html {
-webkit-font-smoothing: subpixel-antialiased !important;
}

:not('div.ace_editor','textarea.ace_text-input') {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
outline: none !important;
Expand Down

0 comments on commit 1f835fa

Please sign in to comment.