about summary refs log tree commit diff
path: root/wpisy/preview.css
blob: d4f469610bd418e1088ae6d63a4202f63bb77a2c (plain)
1
2
3
4
5
6
7
8
9
10
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

html {
  font-family: 'Roboto Slab', serif;
}

/* Hide required title */
.frame-content > div > div:first-child {
  display: none;
}