We have two options:
- Web safe fonts: Preinstalled on the computer. You simply specify the font-family in the css to use these.
- Web fonts: These are fonts added externally by adding downloaded font-files in the project. Using these is a two step process:
- Add the font-file to your project
- In your CSS head tag, use @font-face to declare the font-family and then you can use this font-family in CSS.
No Comments
You can leave the first : )