blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

Google Chromeでfont-size指定が効かないときの対処法

Pocket

Google Chromeでfont-size指定が効かないときは、CSSに以下のように記述します。 #test { -webkit-text-size-adjust:none; } 追記(2014.04.09) バージョン 27.0.1453.93 mより -webkit-text-size-adjust: none;の設定が効かないため、 9px以下に指定する場合は以下のようにします。 #test { font-size: 9px; -webkit-margin-start: -10px; -webkit-transform: scale(0.9); }

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43

Warning: A non-numeric value encountered in /home/users/1/creamuinc/web/creamu.co.jp/wp/wp-content/plugins/wp-social-bookmarking-light/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code on line 43