Skip to content

Commit 728b8a9

Browse files
committed
website: update font family.
1 parent 03c0903 commit 728b8a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/App.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ const App: React.FC = () => {
3636
autoFocus
3737
value={value}
3838
language={language}
39-
style={{ backgroundColor: '#f5f5f5', outline: 0, fontSize: 14 }}
39+
style={{
40+
backgroundColor: '#f5f5f5',
41+
outline: 0,
42+
fontSize: 14,
43+
fontFamily: 'ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace',
44+
}}
4045
onChange={(evn) => setValue(evn.target.value)}
4146
/>
4247
</div>

0 commit comments

Comments
 (0)