HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

What is the default text cell body font style? #1169

Closed degravek closed 5 years ago

degravek commented 6 years ago

What is the default text cell body font style?

ylian commented 6 years ago
body {
  font-family: -apple-system, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px;
  color: #333;
  word-wrap: break-word;
}

.cell {
  margin: 5px 0;
  padding: 5px 10px;
  outline: none;
  min-height: 18px;
  overflow: hidden;
}