Skip to content

Commit

Permalink
Remove usage of Google fonts, fixes sidekiq#2144
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 18, 2015
1 parent 061068c commit 5bb304f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes.md
Expand Up @@ -6,9 +6,11 @@ HEAD
- Refactor Processor Redis usage to avoid redis/redis-rb#490 [#]
- Move /dashboard/stats to /stats. Add /stats/queues. [moserke, #2099]
- Add processes count to /stats [ismaelga, #2141]
- Greatly improve speed of Sidekiq::Stats [ismaelga, #2142]
- Add better usage text for `sidekiqctl`.
- `Sidekiq::Logging.with_context` is now a stack so you can set your
own job context for logging purposes [grosser, #2110]
- Remove usage of Google Fonts in Web UI so it loads in China [#2144]

3.3.0
-----------
Expand Down
5 changes: 1 addition & 4 deletions web/assets/stylesheets/application.css
@@ -1,6 +1,3 @@
@import url(//fonts.googleapis.com/css?family=Gudea:400,700);
@import url(//fonts.googleapis.com/css?family=Armata);

* {
box-sizing: border-box;
}
Expand Down Expand Up @@ -32,7 +29,7 @@ h1, h2, h3, h4, h5, h6, strong {
}

.navbar-brand, .navbar .navbar-brand, h5, h4, h3, h2, h1 {
font-family: Armata;
font-family: Armata, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
}

Expand Down

0 comments on commit 5bb304f

Please sign in to comment.