1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 02:13:59 +02:00
FYI: https://developer.mozilla.org/ja/docs/Web/CSS/@charset
This commit is contained in:
Acid Chicken (硫酸鶏)
2019-04-01 21:23:16 +09:00
committed by GitHub
parent 762945113d
commit c3872b4a38

View File

@@ -1,9 +1,9 @@
@charset "utf-8";
/** /**
* Boot screen style * Boot screen style
*/ */
@charset 'utf-8';
html { html {
font-family: sans-serif; font-family: sans-serif;
} }