Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 8d1e62e

Browse files
committed
fix: set font style
1 parent 337c64e commit 8d1e62e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
overflow: hidden;
2121
width: 100%;
2222
padding: 1em 0;
23+
line-height: 1.5;
2324

2425
> table {
2526
width: 100%;
@@ -35,6 +36,7 @@
3536
padding-top: .05em;
3637
text-align: right;
3738
color: #999;
39+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3840
font-size: 0.9em;
3941
}
4042

@@ -60,6 +62,8 @@
6062
}
6163

6264
code {
65+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",monospace;
66+
6367
&::before {
6468
display: inline-block;
6569
position: absolute;

0 commit comments

Comments
 (0)