aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/chubby/elements/header.variables
blob: ac8690849c9eb1a3fb788f3c4e7c61e5de234aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*-------------------
       Header
--------------------*/

@headerFont : 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
@fontWeight: bold;
@textTransform: none;

/* HTML Headings */
@h1: 1.33rem;
@h2: 1.2rem;
@h3: 1rem;
@h4: 0.9rem;
@h5: 0.8rem;

/* Sizing */
@hugeFontSize: 1.33em;
@largeFontSize: 1.2em;
@mediumFontSize: 1em;
@smallFontSize: 0.9em;
@tinyFontSize: 0.8em;