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