Linux 软件免费装

Small caps

开发者 chetan
更新时间 2017年11月9日 10:38
PHP版本: 2.0.2 及以上
WordPress版本: 4.9

标签

abbr typography smallcaps

下载

1.0.1 1.0.2 1.0.3 1.0.4

详情介绍:

Encloses capitalized words with three or characters more within <abbr> </abbr> tags, so that abbr tags could be styled to display small caps—for typographical effect.

安装:

  1. Upload small-caps.php to the /wp-content/plugins/ folder.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. The following styling is now part of the plugin code:
abbr {text-transform:lowercase; font-variant:small-caps;}