summaryrefslogtreecommitdiff
path: root/res/css/partials/typography.scss
blob: 817770cbda0924ddab80c0a8d77e0b3d886114aa (plain)
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
//Font size
$h1-size: 30px;
$h2-size: 24px;
$h3-size: 18px;
$h4-size: 14px;
$h5-size: 12px;

//Font weights
$light: 100;
$regular: 400;
$bold: 600;

// Base font
$base-font-family: 'Source Sans Pro', sans-serif;
$base-font-weight: $regular;
$base-font-size: 13px;
$base-line-height: 1.4;

// Fixed Font
$fixed-font-family: monospace;
$fixed-font-size: 85%;
$fixed-line-height: $base-line-height;

// Headings
$header-font-weight: $bold;

@font-face {
  font-family: 'MyWebFont';
  src: url(../../font/SourceSansPro-Regular.ttf) format('ttf');
}