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