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