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