Use the "Comic sans MS" font on non-Windows devices



The "Comic Sans MS" font is super cool, but it's only available on devices running Microsoft Windows. As this table shows : 

Source : https://learn.microsoft.com/fr-fr/typography/font-list/comic-sans-ms#products-that-supply-this-font


To be able to use it on other devices (Android with Chrome or iOS with Safari for example), you must download the font https://www.wfonts.com/font/comic-sans-ms and import it into your web page with these lines of CSS code:


@font-face {

font-family: "LocalComicSansMS";

src: url("COMIC.TTF");

}

html {

font-family: "Comic Sans MS", "Comic Sans", "LocalComicSansMS", cursive;

}


For my personal site, I only need "Comic Sans Ms" for a few words only.

So I looked for a way to create an SVG image reproducing the Comic Sans Ms style and found a website that can generate an SVG with any font: