update: 調整

This commit is contained in:
mai 2024-05-06 15:04:17 +00:00 committed by hijiki
parent 3d0d14d1fa
commit f4862e4ec9

View File

@ -95,9 +95,8 @@ export function applyFont(fontname: null | string) {
style.innerHTML = ` style.innerHTML = `
@import url('${font.importUrl}'); @import url('${font.importUrl}');
body * { body {
font-family: '${font.fontFamily}', sans-serif !important; font-family: '${font.fontFamily}', 'Hiragino Maru Gothic Pro', 'BIZ UDGothic', Roboto, HelveticaNeue, Arial, sans-serif !important;
font-weight: 400;
font-style: normal; font-style: normal;
} }
`; `;