Closed sajadabedi closed 8 years ago
There's not setting for UI font anymore. It's Roboto by default because, you know, it's material design after all :smile:
You can override it in your personal stylesheet located in ~/.atom/styles.less
with this snippet:
atom-workspace {
font-family: 'Arial'; /* or whatever system font you want */
}
In the new version of theme i have some issue with ui font, It seemed missing! why?