diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-05 13:59:58 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-05 13:59:58 +0100 |
commit | 10e6288444567106570baf317801d99989e2df83 (patch) | |
tree | 9a7a43c3e5679798e42247335daab26df0c7e683 /app | |
parent | 3354dc117bf6b0b6122da42863a731d13e47c54b (diff) |
Revert to Roboto for all
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 1e571385f..e4c550b81 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -95,7 +95,7 @@ table { } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; + font-family: 'Roboto', sans-serif; background: #282c37 image-url('background-photo.jpeg'); background-size: cover; background-attachment: fixed; |