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