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