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