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