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