Last active
April 18, 2018 16:44
-
-
Save VadimBrodsky/a858a1404b4a43daa8581d2b6a443c11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css?family=PT+Mono'); | |
@import url('https://fonts.googleapis.com/css?family=Oxygen+Mono'); | |
@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css'); | |
/* causes horizontal lines | |
@import url('https://fontlibrary.org/face/fantasque-sans-mono'); | |
'Fantasque Sans Mono' | |
*/ | |
x-screen { | |
font-family: 'Fantasque Sans Mono', 'PT Mono', 'Oxygen Mono', monospace !important; | |
font-size: 13px; | |
background-color: #282a36 !important; | |
color: #f8f8f2 !important; | |
-webkit-font-smoothing: antialiased !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment