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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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;
} }