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