/* FONTS
   ------------------------------------------------------------------
/* http://www.zurb.com/playground/foundation-icons */
@font-face {
   font-family: 'FoundationIconsGeneral';
   src: url('../fonts/foundation-icons-general/foundation-icons-general.eot');
   src: url('../fonts/foundation-icons-general.eot?#iefix') format('embedded-opentype'),  url('../fonts/foundation-icons-general.woff') format('woff'),  url('../fonts/foundation-icons-general.ttf') format('truetype'),  url('../fonts/foundation-icons-general.svg#FoundationIcons[Name]') format('svg');
   font-weight: normal;
   font-style: normal;
   }

/* http://www.entypo.com */
@font-face {
   font-family: 'EntypoRegular';
   src: url('../fonts/entypo-webfont.eot');
   src: url('../fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/entypo-webfont.woff') format('woff'),  url('../fonts/entypo-webfont.ttf') format('truetype'),  url('../fonts/entypo-webfont.svg#EntypoRegular') format('svg');
   font-weight: normal;
   font-style: normal;
   }

/* http://johncaserta.com/modern-pictograms/ */
@font-face {
   font-family: 'ModernPictogramsNormal';
   src: url('../fonts/modernpics-webfont.eot');
   src: url('../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/modernpics-webfont.woff') format('woff'),  url('../fonts/modernpics-webfont.ttf') format('truetype'),  url('../fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
   font-weight: normal;
   font-style: normal;
   }

@font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/fontawesome-webfont.eot');
   src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'),  url('../fonts/fontawesome-webfont.woff') format('woff'),  url('../fonts/fontawesome-webfont.ttf') format('truetype'),  url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
   font-weight: normal;
   font-style: normal;
   }

@font-face {
   font-family: "Open Sans";
   font-style: normal;
   font-weight: normal;
   src: url("//www.mozilla.org/img/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mozilla.org/img/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("//www.mozilla.org/img/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("//www.mozilla.org/img/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
   }

@font-face {
   font-family: "Open Sans";
   font-style: normal;
   font-weight: bold;
   src: url("//www.mozilla.org/img/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mozilla.org/img/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("//www.mozilla.org/img/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("//www.mozilla.org/img/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
   }

@font-face {
   font-family: "Open Sans Light";
   font-style: normal;
   font-weight: normal;
   src: url("//www.mozilla.org/img/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("//www.mozilla.org/img/fonts/OpenSans-Light-webfont.woff") format("woff"), url("//www.mozilla.org/img/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("//www.mozilla.org/img/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
   }

.glyph {
   cursor: default;
   font-size: 16px; /* ??? */
   line-height: 1;
   }

.general { font-family: 'FoundationIconsGeneral'; }
.entypo { font-family: 'EntypoRegular'; }
.pictograms { font-family: 'ModernPictogramsNormal'; }
.fontawesome { font-family: 'FontAwesome'; }

