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