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