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