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