[css] Using a custom (ttf) font in CSS

I have a mac, and have installed a font called "7 Segment" (it shows up in Font Book). When I use font-family: "7 Segment"; I get Helvetica (or similar) rather than the browser's default font, but it still isn't showing the correct font. The page only needs to be shown on this computer. How would I use the font on this page? Thanks.

This question is related to css fonts true-type-fonts

The answer is


This is not a system font. this font is not supported in other systems. you can use font-face, convert font from this Site or from this

enter image description here