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