better font stack
This commit is contained in:
parent
55b7a1ce0e
commit
1b935db7ea
|
@ -6,6 +6,11 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
||||||
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.table-of-contents {
|
.table-of-contents {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
position: sticky !important;
|
position: sticky !important;
|
||||||
|
|
Loading…
Reference in New Issue