Add Custom Font In Web Page

In your Css File Write

download  majalla.ttf and add in your font folder

declare your font name and path


@font-face {
font-family: Sakkal Majalla;
src: url('font/majalla.ttf');
}

after that refer that font


.text3 {
font-family: "Sakkal Majalla";
font-size: 18px;
color: #97D064;
text-decoration: none;
text-align: center;
}

No comments:

Post a Comment