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