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