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