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