forked from algorithmica-org/algorithmica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.sass
50 lines (38 loc) · 867 Bytes
/
slides.sass
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
38
39
40
41
42
43
44
45
46
47
48
49
50
$font-text: 'Source Sans', serif !default
$font-code: 'Inconsolata', monospace !default
$font-headings: 'Garamond', serif !default
$borders: 1px solid #eaecef !default
/* fonts */
@font-face
font-family: 'CMU'
src: url(fonts/cmu.woff2)
@font-face
font-family: 'Merriweather'
src: url(fonts/merriweather.woff2)
@font-face
font-family: 'Inconsolata'
src: url(fonts/inconsolata.woff2)
@font-face
font-family: 'Garamond'
src: url(fonts/garamond.woff2)
@font-face
font-family: "Open Sans"
src: url(fonts/opensans.woff2)
@font-face
font-family: "Source Sans"
src: url(fonts/sourcesans.ttf)
@font-face
font-family: "Crimson"
src: url(fonts/crimson.ttf)
body
font-family: $font-text
font-size: 24px
h1
font-size: 2em
text-align: center
margin-top: 0
margin-bottom: 20px
h2
font-size: 1.5em
h3
font-size: 1.25em