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