Skip to content

Commit 2665f24

Browse files
author
crzypatchwork
committed
change wgt
1 parent 35bead5 commit 2665f24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/styles/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
-webkit-font-smoothing: antialiased;
2929
-webkit-tap-highlight-color: transparent;
3030
-webkit-touch-callout: none;
31-
font-family: 'basier_circle_monoregular', 'Courier New', 'Courier', monospace;
31+
font-family: 'IBM Plex Mono', 'Courier New', 'Courier', monospace;
3232
// font-family: 'OCR A Std', monospace;// README: crzypatchwork, this font doesn't look great.
3333
// font-family: 'Courier New', 'Courier', monospace;// README: oldfont
3434
}

src/styles/typography.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans+Thai&display=swap');
1+
//@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans+Thai&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400&display=swap');

0 commit comments

Comments
 (0)