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