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