Skip to content

[NEW] Allow all size specifications supported by the CSS standard, for the font plugin

Volker Wysk requested to merge (removed):improve-font-plugin into master

I've changed the treatment of the "size" argument of the font plugin to allow all specifications which are supported by the CSS standard. See https://www.w3.org/TR/CSS2/fonts.html for details. In the previous version, only a specification of the font size in pixels is supported. It's backwards compatible.

This is my first time of coding in PHP, my first time of seriously using Git, and my first time of contributing to Tiki. Please bear with me. :)

Merge request reports