about summary refs log tree commit diff
path: root/assets/css/main.css
blob: e673104eeff2430daa056353ba59e655063a234f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

html,
body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto Slab', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #181818;
}

a {
  color: black;
}