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