category:
Technology
Back to Blog Index
Web Fontでオールドスタイル数字を使う方法
Web Fontでオールドスタイル数字(Oldstyle figures)を使うには、以下のように書きます。 .class { font-variant-numeric: oldstyle-nums; -moz-font-feature-settings: “onum”; -webkit-font-feature-settings: “onum”; font-feature-settings: “onum”; } ref: Syntax for OpenType features in CSS