mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove usage of Google fonts, fixes #2144
This commit is contained in:
parent
061068c551
commit
5bb304f215
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue