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

Custom font for Theme? #213

Closed jamby closed 8 years ago

jamby commented 8 years ago

Was wondering if there was a way to set a custom font for the Theme, like how you can set a custom font for the actual editor. Not a huge fan of Roboto. Thanks.

silvestreh commented 8 years ago

Yes, using your personal stylesheet located in ~/.atom/styles.less.

atom-workspace {
    font-family: 'Arial';
}