/* Embeds League Gothic font from The League of Movable Type for headers using @font-face.

http://www.theleagueofmoveabletype.com/

*/

@font-face {
  font-family: LeagueGothic;
  src: local("League Gothic"),
  local("League Gothic"),
  url(MgOpenModernaBold.ttf);
}

.custom h2.entry-title, .custom h1.entry-title {font-family: LeagueGothic; font-size: 32px;}

