Skip to content

Commit

Permalink
Revert "change fonts"
Browse files Browse the repository at this point in the history
This reverts commit 7a6be16.
  • Loading branch information
noridev committed Sep 26, 2023
1 parent 2a38e6a commit 24f326c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

$default-font: "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP", "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
$system-font: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
$monospace-font: "Pretendard JP", Pretendard, "JetBrains Mono", Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important;
$code-monospace-font: "JetBrains Mono", "Pretendard JP", Pretendard, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
$monospace-font: "JetBrains Mono", "Pretendard JP", Pretendard, Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important;

:root {
--radius: 12px;
Expand Down Expand Up @@ -502,7 +501,7 @@ hr {

code[class*="language-"],
pre[class*="language-"] {
font-family: $code-monospace-font
font-family: $monospace-font
}

.prism-editor__textarea:focus {
Expand Down

0 comments on commit 24f326c

Please sign in to comment.