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