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