CSS Font Stack
“A complete collection of web safe CSS font stacks.”
Says Dan from Dan’s Tools
Usefull overview what fonts are available on Windows and Mac systems.
Web-Fonts
When you want to be certain the font looks the same on all operating systems and browsers:
https://www.cssfontstack.com/Web-Fonts
To include the Actor font in your webpage:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Actor" />
Then use the font in your Css stylesheet:
p { font-family: Actor; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
Due to the Golden Ratio displayed on https://www.cssfontstack.com/Actor .