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