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