Scamper
Scamper copied to clipboard
Add font tag support
Text within a 'font'-element should be displayed correctly using the following attributes:
- [ ] size
- [ ] color
- [ ] face
The tag is not supported in HTML5. Use CSS instead. http://www.w3schools.com/tags/tag_font.asp
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.