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