Good day, the coder of me is pretty bad, that's why I ask, advise, please, how to make a cross-browser so that in html with css, embed non-standard fonts that may be uninstalled, the user of the site, while I found this, I don’t know how much this is the right decision
@font-face { font-family: Scriptorama; /* имя шрифта для CSS правил */ src: local("Scriptorama"), /* проверяем наличие шрифта в ОС пользователя */ url(path-to/Scriptorama.ttf); }
Question: how to deal with such a task? How correct is my solution and will it work on the main modern browser?
Thank you in advance!