diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-07-04 21:49:59 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-07-04 21:49:59 +0200 |
| commit | c336b229424eeb95b29a2d450b298c5d2f44fc01 (patch) | |
| tree | 1bcf6ae7b6fa240f924c949079f75e7d0fbdfa91 /src/app.css | |
| parent | f74650b0ae59a59a7b7c6d5beb984015680fbfb5 (diff) | |
Allow dragging
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css new file mode 100644 index 0000000..a301a08 --- /dev/null +++ b/src/app.css @@ -0,0 +1,8 @@ +* { + font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", + "游明朝体", YuMincho, "Yu Mincho", "MS 明朝", "MS Mincho", + HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, MotoyaLCedar, + "Droid Sans Japanese", serif; + margin: 0; + padding: 0; +} |