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