You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/08/18 20:22:37 UTC

[incubator-streampipes] branch STREAMPIPES-193 updated: [hotfix] Add default font to global settings

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch STREAMPIPES-193
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/STREAMPIPES-193 by this push:
     new 462164c  [hotfix] Add default font to global settings
462164c is described below

commit 462164c305fa68e50cf134895db6b4fd5c07be99
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Aug 18 22:07:07 2020 +0200

    [hotfix] Add default font to global settings
---
 ui/src/scss/sp/main.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/scss/sp/main.scss b/ui/src/scss/sp/main.scss
index d828549..cfc610b 100644
--- a/ui/src/scss/sp/main.scss
+++ b/ui/src/scss/sp/main.scss
@@ -30,7 +30,7 @@ body {
   overflow: auto;
   background: #ffffff;
 
-  font-family: 'Arial', sans-serif !important;
+  font-family: 'Roboto', 'Arial', sans-serif !important;
   height: auto !important;
   width: 100%;
 }