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