bennyboer / thaw

Hierarchical organizable and versionable document tool with export to PDF
MIT License
4 stars 1 forks source link

Abandon font-variant property #53

Closed bennyboer closed 3 years ago

bennyboer commented 3 years ago

Handling the font-family and font-variant properties is not working very well. Instead we should just be able to specify a font for each variant (font, font-bold, font-italic, font-bold-italic, font-monospaced, line-number-font)

For example: font: Arial; font-italic: Roboto Black Italic;

The values must be the full font name or the file of the font using url(my-font.ttf).

bennyboer commented 3 years ago

Decided that it is ok like it is now