Skip to content

Commit 41c8898

Browse files
committed
fix : delete all Monotype font
1 parent e4a6bd9 commit 41c8898

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/scss/03-base/_fonts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// https://deploy-preview-15--upbeat-shirley-608546.netlify.app/perfect-ish-font-fallback/?font=Poppins
4040
@font-face {
4141
font-family: Poppins-fallback;
42-
src: local("Arial");
42+
src: local("sans-serif");
4343
size-adjust: 112.5%;
4444
ascent-override: 109%;
4545
}

src/scss/03-base/_print.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@media print {
55
* {
6-
font-family: Arial, Helvetica, sans-serif !important;
6+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
77
color: $settings-color-black !important;
88
text-decoration: none;
99
text-shadow: none !important;

0 commit comments

Comments
 (0)