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

font-feature-settings: フォントの文字詰め

Pocket

CSSのfont-feature-settingsを使ってフォントの文字詰めを試してみたんですが、結果的にはうまくいかずデフォルトに戻すことに..。

font-variant-east-asian: proportional-width;
-moz-font-feature-settings: “pwid”;
-webkit-font-feature-settings: “pwid”;
font-feature-settings: “pwid”;

上記の指定はなかなかいいんですが、/ などが詰まりすぎる。

font-feature-settings: “palt”;

上記の指定もなかなかいいんですが、「」()などが詰まりすぎる(行末約物半角にしたいのにできない)。

ref: https://helpx.adobe.com/jp/typekit/using/open-type-syntax.html#pwid


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