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