Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML

<style>
@font-face {
   font-family: 'bebas_neueregular';
   src: url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/bebasneue-webfont.eot');
   src: url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
          url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/bebasneue-webfont.woff') format('woff'),
          url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/bebasneue-webfont.ttf') format('truetype'),
          url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/bebasneue-webfont.svg#bebas_neueregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

    /* the icon font-family definition and helper classes */
    @font-face {
      font-family: 'portal_icon_font';
      src: url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/portal_icon_font.eot?39505677');
      src: url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/portal_icon_font.eot?39505677#iefix') format('embedded-opentype'),
           url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/portal_icon_font.woff?39505677') format('woff'),
           url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/portal_icon_font.ttf?39505677') format('truetype'),
           url('http://ihelp.corp.alleninstitute.org/download/attachments/1769478/portal_icon_font.svg?39505677#portal_icon_font') format('svg');
      font-weight: normal;
      font-style: normal;
    }

     [class^="icon-"]:before, [class*=" icon-"]:before {
      font-family: "portal_icon_font";
      font-style: normal;
      font-weight: normal;
      speak: none;

      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */

      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;

      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;

      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
    }

    .icon-spin5:before { content: '\e806'; } /* '?' */
    .icon-left-open-1:before { content: '\e81e'; } /* '?' */
    .icon-plus-1:before { content: '\e801'; } /* '?' */
    .icon-facebook:before { content: '\e816'; } /* '?' */
    .icon-gplus:before { content: '\e818'; } /* '?' */
    .icon-linkedin-3:before { content: '\e815'; } /* '?' */
    .icon-twitter:before { content: '\e817'; } /* '?' */
    .icon-youtube-play:before { content: '\e805'; } /* '?' */
    .icon-plus-2:before { content: '\e809'; } /* '?' */
    .icon-record-1:before { content: '\e81c'; } /* '?' */
    .icon-cancel:before { content: '\e80b'; } /* '?' */
    .icon-search:before { content: '\e804'; } /* '?' */
    .icon-cancel-2:before { content: '\e80c'; } /* '?' */
    .icon-plus-4:before { content: '\e80d'; } /* '?' */
    .icon-cancel-3:before { content: '\e80e'; } /* '?' */
    .icon-plus:before { content: '\e808'; } /* '?' */
    .icon-down-open:before { content: '\e800'; } /* '?' */
    .icon-right-open:before { content: '\e802'; } /* '?' */
    .icon-up-open:before { content: '\e803'; } /* '?' */
    .icon-stop:before { content: '\e813'; } /* '?' */
    .icon-cancel-1:before { content: '\e820'; } /* '?' */
    .icon-plus-3:before { content: '\e80a'; } /* '?' */
/* end icon font helpers */
</style>

ALLEN BRAIN ATLAS RESOURCES ONLINE HELP

...