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