Use on the webTotal Use [ 4039 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/643bb3ac2c84794bf1f787c6351d478c?family=Malique+Outline" 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/643bb3ac2c84794bf1f787c6351d478c?family=Malique+Outline);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Malique Outline";
src: url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.eot");
src: url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/643bb3ac2c84794bf1f787c6351d478c.svg#Malique Outline")format("svg");
}
2CSS rules to specify fonts
font-family: "Malique Outline";