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