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