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