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