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