mustafa0x / kitab-font

A classical Arabic Naskh font
Other
80 stars 6 forks source link

I couldn't use this font in my web project #14

Closed WatheqAlshowaiter closed 2 years ago

WatheqAlshowaiter commented 2 years ago

I use the convention in my CSS file

@font-face {
            font-family: 'Kitab';
            src: 'path/to/font/Kitab-Regular.ttf'
        }

forgive me if my question is silly but I tried to use the awesome but I couldn't. Usually I apply the technique above to change fonts in my web projects.

mustafa0x commented 2 years ago

Did you add font-family: 'Kitab'; to body {} or another selector?

WatheqAlshowaiter commented 2 years ago

Yes. but the font not changed.

mustafa0x commented 2 years ago

I'm not sure what you might be doing. Share a link and I'll try to take a quick look.

For reference here is a simple example: https://codepen.io/mustafa0x/pen/KKQXJRM