MSJim,
from the screen shot you posted it looks like the extension TTF is still in upper case on your reader. Rename all font files to lower-case TTF or else change the CSS to have capital case TTF on the font file names.
In your particular case the body { font-family: "Georgia", serif; } plays no difference because all the text has been enclosed in tags overriding the font-family anyway.
|