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