Published
- 1 min read
create a font family from ttf or otf file
The solution for this is noted below
create a font family from ttf or otf file
Solution
@font-face {
font-family: 'digital-clock-font';
src: url('put_the_location_to_your_font.ttf or .otf');
}
Try other methods by searching on the site. That is if this doesn’t work