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/25 20:24:55 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-200] Add custom typography to theming provider

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new ad6e73c  [STREAMPIPES-200] Add custom typography to theming provider
ad6e73c is described below

commit ad6e73c8416e63f60c5b02779c7d15b80bfd4a96
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Aug 25 22:24:39 2020 +0200

    [STREAMPIPES-200] Add custom typography to theming provider
---
 ui/src/scss/sp/sp-theme.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/src/scss/sp/sp-theme.scss b/ui/src/scss/sp/sp-theme.scss
index 86853a8..d694090 100644
--- a/ui/src/scss/sp/sp-theme.scss
+++ b/ui/src/scss/sp/sp-theme.scss
@@ -93,4 +93,7 @@ $custom-theme-warn: mat-palette($mat-red);
 
 $custom-theme: mat-light-theme($custom-theme-primary, $custom-theme-accent, $custom-theme-warn);
 
+$custom-typography: mat-typography-config($font-family: 'Roboto, Arial');
+
+@include angular-material-typography($custom-typography);
 @include angular-material-theme($custom-theme);
\ No newline at end of file