i introduce you some classes for easy text formatting! now instead of typing those long and deprecated <font> tags, you can format text more easily with classes.
For example, <span class="csans"> results in text in comic sans. These classes are a lot shorter to type than <font face="comic sans"> or <span style="font-family:comic sans ms;">, plus they are adapted to work on other browsers and OS (<font face="comic sans"> doesn't always work in iOS or android).
A list of the classes for this can be found here. Thank you for your time :)