Skip to content

Commit 5c48df7

Browse files
jdegandgeromegrignon
authored andcommitted
fix: fallback font
1 parent 89e7676 commit 5c48df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular-hub/src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body {
3939
}
4040

4141
.title {
42-
font-family: Pixelify, 'sans-serif';
42+
font-family: Pixelify, sans-serif;
4343
background-image: linear-gradient(
4444
to right,
4545
#bf25b9,
@@ -55,7 +55,7 @@ body {
5555
}
5656

5757
.p-button {
58-
font-family: Verdana, 'sans-serif';
58+
font-family: Verdana, sans-serif;
5959
}
6060

6161
.p-message {

0 commit comments

Comments
 (0)