Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
/* |
|
FONT |
|
Pacifico and Arimo |
|
------------------------------------------------------------------------------------------- */ |
|
|
|
@font-serif: 'Pacifico', cursive; |
|
@font-sans: 'Arimo', sans-serif; |
|
|
|
.vco-storyjs { |
|
font-family: @font-sans; |
|
/* HEADERS |
|
------------------------------------------------------------------------------------------- */ |
|
.twitter, .vcard, .messege, .credit, .caption, .zoom-in, .zoom-out, .back-home, .time-interval div, .time-interval-major div, .nav-container { |
|
font-family: @font-sans !important; |
|
} |
|
.vco-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; |
|
} |
|
.vco-feature { |
|
h1, h2, h3, h4, h5, h6 { |
|
font-family: @font-serif; |
|
} |
|
} |
|
} |
|
.timeline-tooltip { |
|
font-family: @font-sans; |
|
} |