Skip to content

Commit a52781e

Browse files
committed
Fixing font selection
1 parent 4a59b05 commit a52781e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

eform-client/src/scss/libs/theme.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@include mat.core();
1414

1515
$letter-spacing: normal;
16-
$eform-font-family: Nunito Sans, Roboto, "Helvetica Neue", sans-serif;
16+
$eform-font-family: "Nunito Sans", Roboto, "Helvetica Neue", sans-serif;
1717

1818

1919
// Define a typography
@@ -117,6 +117,7 @@ $eform-m3-light-theme: mat.define-theme((
117117
),
118118
typography: (
119119
brand-family: $eform-font-family,
120+
plain-family: $eform-font-family
120121
),
121122
density: (
122123
scale: 0,
@@ -130,6 +131,7 @@ $eform-m3-dark-theme: mat.define-theme((
130131
),
131132
typography: (
132133
brand-family: $eform-font-family,
134+
plain-family: $eform-font-family
133135
),
134136
density: (
135137
scale: 0,

eform-client/src/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@use "utilities" as *;
44
@use "libs/index" as libs;
55

6-
$eform-font-family: Nunito Sans, Roboto, "Helvetica Neue", sans-serif;
6+
$eform-font-family: "Nunito Sans", Roboto, "Helvetica Neue", sans-serif;
77
// h-100 for base elements
88
html, body {
99
height: 100vh;

0 commit comments

Comments
 (0)