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