DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:typography

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:typography [2017-07-19 12:59] – [Feature] s.saharaplugin:typography [2020-07-31 07:34] (current) – [Typography Plugin] version upped s-sahara
Line 6: Line 6:
 email      : sahara.satoshi@gmail.com email      : sahara.satoshi@gmail.com
 type       : syntax type       : syntax
-lastupdate : 2017-06-18 +lastupdate : 2020-07-31 
-compatible : Ponder Stibbons, Hrun, 2015-08-10, 2016-06-26, 2017-02-19+compatible : 2016-06-26, 2017-02-19, Greebo 2018-04-22, Hogfather 2020-07-29
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : fontcolor, fontsize2, fontfamily, wrap similar    : fontcolor, fontsize2, fontfamily, wrap
-tags       : style, typography+tags       : style, typography, fonts
  
 downloadurl: https://github.com/ssahara/dw-plugin-typography/archive/master.zip downloadurl: https://github.com/ssahara/dw-plugin-typography/archive/master.zip
Line 20: Line 20:
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Install the plugin through the [[plugin:extension|Extension Manager]] or [[plugin:plugin|Plugin Manager]] using the download URL above, which points to latest version of the plugin. Refer to [[:plugin_installation_instructions|plugin installation instructions]].+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Feature ===== ===== Feature =====
Line 27: Line 27:
 The parameter consists of CSS property-value pairs (''property: value;''), each pair must be separated by semicolon ('';'') however last one may be omitted. You can use abbreviated **short name** instead of full property name. The parameter consists of CSS property-value pairs (''property: value;''), each pair must be separated by semicolon ('';'') however last one may be omitted. You can use abbreviated **short name** instead of full property name.
  
-Some specific **short name** are also available as markup tag; ''%%<ff>%%'' (font familiy/name), ''%%<fc>%%'' (color), ''%%<fs>%%'' (size), ''%%<fw>%%'' (weight). Typography plugin fully replaces: [[plugin:fontfamily]], [[plugin:fontcolor]], and [[plugin:fontsize2]]. +Some specific **short name** are also available as markup tag; ''%%<ff>%%'' (font familiy/name), ''%%<fs>%%'' (size), ''%%<fc>%%'' (color), ''%%<bg>%%'' (background-color), ''%%<fw>%%'' (weight). Typography plugin fully replaces: [[plugin:fontfamily]], [[plugin:fontsize2]], and [[plugin:fontcolor]]. 
  
  
Line 87: Line 87:
 ** Using Web font ** ** Using Web font **
  
-For [[https://developers.google.com/fonts/docs/getting_started|getting started with the %%Google Fonts API%%]], +For [[https://developers.google.com/fonts/docs/getting_started|getting started with the Google Fonts API]], 
 you may add a stylesheet link to request the desired web font(s) in [[template:dokuwiki#supported_include_hooks|conf/meta.html]] file, for example: you may add a stylesheet link to request the desired web font(s) in [[template:dokuwiki#supported_include_hooks|conf/meta.html]] file, for example:
 <file txt conf/meta.html> <file txt conf/meta.html>
 <link rel="stylesheet" <link rel="stylesheet"
       href="https://fonts.googleapis.com/css?family=Tangerine">       href="https://fonts.googleapis.com/css?family=Tangerine">
 +<style>
 +.wf-tangerine { font-family: Tangerine, serif; }
 +</style>
 +
 </file> </file>
  
Line 97: Line 101:
 <file> <file>
 <ff Tangerine; fs:48px>Making the Web Beautiful!</ff> <ff Tangerine; fs:48px>Making the Web Beautiful!</ff>
 +<wf:tangerine; fs:48px>Making the Web Beautiful!</wf>
 </file> </file>
  
plugin/typography.1500461952.txt.gz · Last modified: 2017-07-19 12:59 by s.sahara

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki