chore: pre font family at doc

This commit is contained in:
07akioni 2019-12-23 13:42:58 +08:00
parent 849c9deb21
commit 518fec0911

View File

@ -8,4 +8,12 @@
.demo-card .demo-card__view {
margin-top: 16px;
}
.demo-card .demo-card__view pre {
font-family: "FiraCode";
}
.demo-card .demo-card__view code {
font-family: "FiraCode";
}