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