Fixed the font for macOS article view
This commit is contained in:
parent
f5855f032d
commit
897474a637
|
@ -12,6 +12,7 @@ body {
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
font: -apple-system-body;
|
font: -apple-system-body;
|
||||||
|
font-family: -apple-system;
|
||||||
font-size: [[font-size]]px;
|
font-size: [[font-size]]px;
|
||||||
--accent-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .75);
|
--accent-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .75);
|
||||||
--block-quote-border-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .50);
|
--block-quote-border-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .50);
|
||||||
|
|
Loading…
Reference in New Issue