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