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