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