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