Scamper icon indicating copy to clipboard operation
Scamper copied to clipboard

Add font tag support

Open MrSerth opened this issue 10 years ago • 2 comments

Text within a 'font'-element should be displayed correctly using the following attributes:

  • [ ] size
  • [ ] color
  • [ ] face

MrSerth avatar May 22 '14 10:05 MrSerth

The tag is not supported in HTML5. Use CSS instead. http://www.w3schools.com/tags/tag_font.asp

rs22 avatar Jun 04 '14 21:06 rs22

CSS support for most of the font tag's abilities is already implemented, the tag only needs to apply the html attributes as css styles to itself.

Steditor avatar Jul 12 '14 12:07 Steditor