/* FONT Bree Serif, Open Sans ------------------------------------------------------------------------------------------- */ @font-serif: 'Bree Serif', Georgia, serif; @font-sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; #timeline { font-family: @font-sans; /* HEADERS ------------------------------------------------------------------------------------------- */ .twitter, .messege, .credit, .caption, .zoom-in, .zoom-out, .back-home, .time-interval div, .time-interval-major div { font-family: @font-sans !important; } .feature { h1.date, h2.date, h3.date, h4.date, h5.date, h6.date { font-family: @font-sans !important; } } .timenav, .flag-content, .era { h1, h2, h3, h4, h5, h6 { font-family: @font-sans !important; } } /* CONTENT ------------------------------------------------------------------------------------------- */ p, blockquote, blockquote p, .twitter blockquote p { font-family: @font-sans !important; } .feature { h1, h2, h3, h4, h5, h6 { font-family: @font-serif; } } }