1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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