Skip to content

Commit

Permalink
Use Pretendard Variable instead of Plus Jakarta Sans
Browse files Browse the repository at this point in the history
  • Loading branch information
Baw-Appie committed Jan 2, 2025
1 parent a7a7a76 commit edb9753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/scripts/assets/css/GlobalStylesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default createGlobalStyle`
overflow: hidden;
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
font-family: "Plus Jakarta Sans", sans-serif;
font-family: "Pretendard Variable", sans-serif;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/templates/wrapper.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@endif
@show
<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap')
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
</style>

@yield('assets')
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
jakarta: ['"Plus Jakarta Sans"', 'sans-serif'],
jakarta: ['"Pretendard Variable"', 'sans-serif'],
},
colors: {
...colors,
Expand Down

0 comments on commit edb9753

Please sign in to comment.