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