Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created April 26, 2017 05:42
Show Gist options
  • Save RyoSugimoto/a7c7d503800299bda495c7da80a7496e to your computer and use it in GitHub Desktop.
Save RyoSugimoto/a7c7d503800299bda495c7da80a7496e to your computer and use it in GitHub Desktop.
スマホで、画面の向きに応じてフォントサイズを自動で調整しなくする(「Normalize.css」に記載済)。
html {
-webkit-text-size-adjust: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment