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