Himas Rafeek
Posted on: 1 year ago
CSS

CSS Custom Font File

Reference a custom font file for use within a stylesheet


                                          @font-face {
    font-family: custom-font;
    src: url('custom-font.ttf');
}
 /* Example */.p {
    font-family: custom_font;
}