1
0
This commit is contained in:
syui 2024-04-12 09:10:42 +09:00
parent 792f153f56
commit 516adda613
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -1120,11 +1120,17 @@ export default {
</script>
<style>
body{
html {
text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
text-size-adjust:100%;
-webkit-text-size-adjust:100%;
background-color: #f1f1f1;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
overflow-wrap: anywhere;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}