From eb2c4a685939d8ff3842f308cb9e50715827d4fb Mon Sep 17 00:00:00 2001 From: yzane Date: Tue, 17 Mar 2020 21:24:19 +0900 Subject: [PATCH] Fix: move the Meiryo font to the end of the font-family setting #83 #124 #148 --- styles/markdown-pdf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/markdown-pdf.css b/styles/markdown-pdf.css index 1b38005..2e60efd 100644 --- a/styles/markdown-pdf.css +++ b/styles/markdown-pdf.css @@ -3,7 +3,7 @@ */ body { - font-family: "Meiryo", "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo"; padding: 0 12px; }