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