Sfoglia il codice sorgente

New Docs: Improved text rendering on MacOS.

Mr.doob 7 mesi fa
parent
commit
4b510dfb7d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      utils/docs/template/static/styles/page.css

+ 2 - 0
utils/docs/template/static/styles/page.css

@@ -1,6 +1,8 @@
 :root {
 	color-scheme: light dark;
 
+	-webkit-font-smoothing: antialiased;
+
 	--color-blue: #049EF4;
 	--text-color: #444;
 

粤ICP备19079148号