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