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