how to use a custom font in html code example
Example 1: font face
@font-face {
font-family: myFirstFont;
src: url(sansation_light.woff);
}
Example 2: using custom fonts in php
@font-face {font-family: "My Custom Font"; src: url('../fonts/gurbaniwebthick.ttf') ;}