CSS @font-face Rule
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
In the @font-face rule you must first define a name for the font (e.g. myFirstFont), and then point to the Browser Support. The @font-face rule is supported in Edge, Chrome, Firefox, Safari, and Opera.
font-face generator
https://everythingfonts.com/font-face
The @font-face CSS at-rule allows authors to specify online fonts to display text on their web pages. Find out how you can make your fonts work in all the standard browsers.
How To Define Custom Fonts in CSS with @font-face... | DigitalOcean
https://www.digitalocean.com/community/tutorials/css-font-face
@font-face is a CSS at-rule used to define custom fonts. With @font-face, you provide a path to a font file hosted on the same server as your CSS file. The rule has been around for quite some time...
<font face=""> ยป
https://html.com/attributes/font-face/
Fonts: Is the FONT tag driving you crazy? Learn how to break the FONT habit and get all the cool font effects with less work. Includes plenty of code and working examples.