/* --------------- free font serif --------------- */ @font-face { font-family:FreeFontSerif; font-style:normal; font-weight:normal; src:url(../Fonts/FreeSerif.otf); } @font-face { font-family:FreeFontSerif; font-style:normal; font-weight:bold; src:url(../Fonts/FreeSerifBold.otf); } @font-face { font-family:FreeFontSerif; font-style:italic; font-weight:normal; src:url(../Fonts/FreeSerifItalic.otf); } @font-face { font-family:FreeFontSerif; font-style:italic; font-weight:bold; src:url(../Fonts/FreeSerifBoldItalic.otf); } /* --------------- free font sans --------------- */ @font-face { font-family:FreeFontSans; font-style:normal; font-weight:normal; src:url(../Fonts/FreeSans.otf); } @font-face { font-family:FreeFontSans; font-style:normal; font-weight:bold; src:url(../Fonts/FreeSansBold.otf); } @font-face { font-family:FreeFontSans; font-style:italic; font-weight:normal; src:url(../Fonts/FreeSansOblique.otf); } @font-face { font-family:FreeFontSans; font-style:italic; font-weight:bold; src:url(../Fonts/FreeSansBoldOblique.otf); } /* --------------- free font mono --------------- */ @font-face { font-family:FreeFontMono; font-style:normal; font-weight:normal; src:url(../Fonts/FreeMono.otf); } @font-face { font-family:FreeFontMono; font-style:normal; font-weight:bold; src:url(../Fonts/FreeMonoBold.otf); } @font-face { font-family:FreeFontMono; font-style:italic; font-weight:normal; src:url(../Fonts/FreeMonoOblique.otf); } @font-face { font-family:FreeFontMono; font-style:italic; font-weight:bold; src:url(../Fonts/FreeMonoBoldOblique.otf); } /* --------------- free font application classes --------------- */ .serif {font-family: FreeFontSerif, serif;} .sans {font-family: FreeFontSans, sans-serif;} .monospace {font-family: FreeFontMono, monospace;} code {font-family: FreeFontMono, monospace;} pre {font-family: FreeFontMono, monospace;} body { font-family: FreeFontSerif, serif; }