I would like to use a font-family in CSS that the numbers and maybe letters looks like the one in a digital clock. Where can I find a font like this?
The CSS font-family Property In CSS, we use the font-family property to specify the font of a text. Note: If the font name is more than one word, it must be in quotation marks, like: "Times New Roman".
Font families You list the font that you want first, then any fonts that might fill in for the first if it is unavailable, and you should end the list with a generic font, of which there are five: serif, sans-serif, monospace, cursive and fantasy.
Just do this
@font-face{ font-family:'digital-clock-font'; src: url('put_the_location_to_your_font.ttf or .otf'); }
Then apply it to your text font-family:'digital-clock-font'
Use Google to find a font you like, or try this link for digital clock fonts: http://www.1001fonts.com/digital+clock-fonts.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With