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/05/03 20:04:22 UTC

[incubator-streampipes] branch rel/0.66.0 updated: Import Roboto font in angular.json

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

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


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new 60c697e  Import Roboto font in angular.json
60c697e is described below

commit 60c697e23cee2a814605a103c2520a8e7b591899
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun May 3 22:04:07 2020 +0200

    Import Roboto font in angular.json
---
 ui/angular.json                        | 3 ++-
 ui/src/assets/fonts/Roboto-Regular.css | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ui/angular.json b/ui/angular.json
index 86a210e..60fb1b5 100644
--- a/ui/angular.json
+++ b/ui/angular.json
@@ -26,7 +26,8 @@
               }
             ],
             "styles": [
-              "src/scss/main.scss"
+              "src/scss/main.scss",
+              "src/assets/fonts/Roboto-Regular.css"
             ],
             "scripts": [
               "node_modules/systemjs/dist/system.js",
diff --git a/ui/src/assets/fonts/Roboto-Regular.css b/ui/src/assets/fonts/Roboto-Regular.css
index eac6cfa..d1d7664 100644
--- a/ui/src/assets/fonts/Roboto-Regular.css
+++ b/ui/src/assets/fonts/Roboto-Regular.css
@@ -23,5 +23,5 @@
   font-weight: 700;
   src: local('Roboto'),
   local('Roboto'),
-  url(Roboto-Regular.ttf) format('ttf');
+  url(assets/fonts/Roboto-Regular.ttf) format('ttf');
 }