Skip to content

Commit 30bfae9

Browse files
committed
Update fonts
1 parent 756c32b commit 30bfae9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/material-addons/src/themes/common/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $default-palette: undefined;
88
$is-dark-theme: undefined;
99

1010
$typography: mat.m2-define-typography-config(
11-
$font-family: 'Roboto, Helvetica Neue, sans-serif',
11+
$font-family: 'Roboto, sans-serif',
1212
);
1313

1414
@function build-custom-theme($theme-name, $primary-palette, $default-colors, $warn-palette: mat.$m2-red-palette) {

src/app/component-demos/alert-demo/alert-demo-api-spec/alert-demo-api-spec.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.api-specification {
2-
font-family: Arial, sans-serif;
2+
font-family: sans-serif;
33
}
44

55
.api-specification h2 {

src/app/component-demos/upload-demo/upload-demo-api-spec/upload-demo-api-spec.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.api-specification {
2-
font-family: Arial, sans-serif;
2+
font-family: sans-serif;
33
}
44

55
.api-specification h2 {

0 commit comments

Comments
 (0)