Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions client/public/_headers
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
https://itsuhima.utcode.net/e/*
X-Robots-Tag: noindex

https://itsuhima.utcode.net/og/*
X-Robots-Tag: noindex

https://itsuhima-staging.utcode.net/*
X-Robots-Tag: noindex

Expand Down
5 changes: 3 additions & 2 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@

body {
font-family: var(--font-mplus);
/* Windows で M PLUS にジャギーが発生する問題の回避策 */
transform: rotate(0.05deg);
/* TODO: Windows で M PLUS にジャギーが発生する問題の回避策が必要。
transform: rotate(0.05deg) は fixed 要素の containing block になるため使用不可。
代替手段を検討すること。 */
}

:root {
Expand Down
Loading