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