Skip to content

Commit

Permalink
馃帹 Update font settings and Google Fonts links
Browse files Browse the repository at this point in the history
* Change font from Source Code Pro to JetBrains Mono
* Adjust font settings
  • Loading branch information
usagizmo committed Apr 28, 2024
1 parent 9087fbe commit f43ccd9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions apps/mockup/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--font-family-sans: -apple-system, blinkMacSystemFont, Helvetica, 'Hiragino Sans',
'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', Meiryo, sans-serif;
--font-family-serif: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif; */
--font-family-sans: Inter, YakuHanJP, Noto Sans JP, sans-serif;
--font-family-mono: Source Code Pro, monospace;
--font-family-keycode: Lucida Grande;
--font-family-sans: Inter, YakuHanJP, 'Noto Sans JP', sans-serif;
--font-family-mono: 'JetBrains Mono', monospace;
--font-family-keycode: 'Lucida Grande', monospace;
}
4 changes: 2 additions & 2 deletions apps/mockup/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Source+Code+Pro:wght@400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+JP:wght@100..900&display=swap"
rel="stylesheet"
/>
<link
Expand Down Expand Up @@ -345,7 +345,7 @@ <h2 class="mb-4 text-2xl font-bold md:text-3xl">Commands</h2>

<pre
class="overflow-auto rounded-2xl bg-slate-800 p-6"
><code class="text-white font-mono font-bold"><span class="text-sky-300">pnpm</span> i <span class="text-slate-500"># Resolve dependency packages and prepare .env files</span>
><code class="text-white font-mono font-semibold"><span class="text-sky-300">pnpm</span> i <span class="text-slate-500"># Resolve dependency packages and prepare .env files</span>
<span class="text-slate-500"># Then set up /.env</span>

<span class="text-sky-300">pnpm</span> build <span class="text-slate-500"># Build all apps and packages</span>
Expand Down
2 changes: 1 addition & 1 deletion apps/mockup/tests/external-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css
https://cspell.org/
https://eslint.org
https://fonts.googleapis.com
https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Source+Code+Pro:wght@400;500;600;700&display=swap
https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+JP:wght@100..900&display=swap
https://fonts.gstatic.com
https://github.com/okonet/lint-staged
https://github.com/prettier/eslint-config-prettier
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--font-family-sans: -apple-system, blinkMacSystemFont, Helvetica, 'Hiragino Sans',
'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', Meiryo, sans-serif;
--font-family-serif: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif; */
--font-family-sans: Inter, YakuHanJP, Noto Sans JP, sans-serif;
--font-family-mono: Source Code Pro, monospace;
--font-family-keycode: Lucida Grande;
--font-family-sans: Inter, YakuHanJP, 'Noto Sans JP', sans-serif;
--font-family-mono: 'JetBrains Mono', monospace;
--font-family-keycode: 'Lucida Grande', monospace;
}
2 changes: 1 addition & 1 deletion apps/web/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Source+Code+Pro:wght@400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Noto+Sans+JP:wght@100..900&display=swap"
rel="stylesheet"
/>
<link
Expand Down

0 comments on commit f43ccd9

Please sign in to comment.