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