atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Font Ui messing! #224

Closed sajadabedi closed 8 years ago

sajadabedi commented 8 years ago

In the new version of theme i have some issue with ui font, It seemed missing! why? image

silvestreh commented 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 */
}