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