-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFont.Default.less
More file actions
37 lines (35 loc) · 1.07 KB
/
Font.Default.less
File metadata and controls
37 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
FONT
Default
------------------------------------------------------------------------------------------- */
@font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-serif: "Georgia", Times New Roman, Times, serif;
.vco-storyjs {
font-family: @font-serif;
/* 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;
}
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-serif !important;
}
.vco-feature {
h1, h2, h3, h4, h5, h6 {
font-family: @font-serif;
}
}
}
.tooltip {
font-family: @font-sans;
}