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

Roboto Font doesn't appear to be working after 1.1.2 update #211

Closed am17torres closed 8 years ago

am17torres commented 8 years ago

I recently updated to atom-material-ui 1.1.2 and I noticed the Robot Font doesn't seem to be working anymore.

Nothing changes when I check the boxes (which I believe it used to do on the fly). I've also tried restarting atom but that didn't make a difference.

Here is a photo for reference.

screen shot 2016-02-22 at 3 50 01 pm

Hopefully it's an easy fix because my UI looks pretty awful at the moment. Let me know if there is any more information that you need.

silvestreh commented 8 years ago

@am17torres Roboto Mono is no longer included. Those options were removed, but you're still seeing them because of a cache issue with Atom.

Open the dev console and run this: atom.config.set("atom-material-ui");. This will reset your theme's settings. Also, remove the ~/.atom/compile-cache/ directory and restart Atom.

If those options aren't going away, then open your ~/.atom/config.cson file and remove all preferences in atom-material-ui so it looks like:

"atom-material-ui":
    colors: {}
    fonts: {}
    tabs: {}
    treeView: {}
    ui: {}

If you want to use Roboto Mono, Download it, install it, and then change Atom's font family option (inside Editor Settings, not within the theme's settings).