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