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