Use on the webTotal Use [ 5077 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/94120801f997b367b2fd5fb2c14a63ad?family=Algrowth+Free+Font" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/94120801f997b367b2fd5fb2c14a63ad?family=Algrowth+Free+Font);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Algrowth Free Font";
src: url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.eot");
src: url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/94120801f997b367b2fd5fb2c14a63ad.svg#Algrowth Free Font")format("svg");
}
2CSS rules to specify fonts
font-family: "Algrowth Free Font";