[ Demo ]Web Fonts

Instructions:
1Use font-face declaration Fonts.

@font-face{
    font-family: "Candara";
    src: url("e662339992c4abf5b43f537391bd3169.eot");
    src: url("e662339992c4abf5b43f537391bd3169.eot?#iefix")format("embedded-opentype"),
        url("e662339992c4abf5b43f537391bd3169.woff")format("woff"),
        url("e662339992c4abf5b43f537391bd3169.woff2")format("woff2"),
        url("e662339992c4abf5b43f537391bd3169.ttf")format("truetype"),
        url("e662339992c4abf5b43f537391bd3169.svg#Candara")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

orTo embed a font, copy the code into the head of your html

<link href="https://db.onlinewebfonts.com/c/e662339992c4abf5b43f537391bd3169?family=Candara" rel="stylesheet">

2CSS rules to specify families
Use example:
font-family: "Candara";
Candara
OnlineWebFonts.Com Some fonts provided are trial versions of full versions and may not allow embedding unless a commercial license is purchased or may contain a limited character set. Please review any files included with your download, which will usually include information on the usage and licenses of the fonts. If no information is provided, please use at your own discretion or contact the author directly.
3License and attribution:
You must credit the author Copy this link ( oNlineWebFonts.Com ) on your web
4Copy the Attribution License:
<div>Fonts made from <a href="http://www.onlinewebfonts.com">Web Fonts</a>is licensed by CC BY 4.0</div>