I have just been peeking at the source code of a web page.
I notice that there is a CSS rule that defines what seems to be a rare font for some nice-looking subheadings.
Html (Source file)
<h2><em><span style="color:#333">Model your workflow to fail fast.</span></em></h2> CSS (source file)
... h2 em { font-family: MarydaleBold; font-style: normal; font-weight: normal; letter-spacing: -0.02em; } ... I am interested to know how it is possible to use a rare font like that for distribution over the web to many computers that may not have that font installed.