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