Skip to content

Commit

Permalink
Merge pull request #21 from Albert-mah/main
Browse files Browse the repository at this point in the history
fix: add letter spacing
  • Loading branch information
Albert-mah authored Dec 5, 2024
2 parents 41cf5d4 + c062135 commit 580ab6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7248,3 +7248,13 @@ ul.articles a:hover img {
display: inline;
}
}

/*********************************/
/* layouts */
/*===============================*/

.base-ja{
font-family: "Helvetica Neue", "Noto Sans JP", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
letter-spacing: 0.06rem;
font-feature-settings: "palt";
}
2 changes: 1 addition & 1 deletion src/layouts/BaseJA.astro
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const meta = {
gtag('config', 'G-237XXSVYHE');
</script>
</head>
<body style="font-family: 'Noto Sans JP',Arial,sans-serif">
<body class="base-ja">
<!-- Loader -->
<!-- <div id="preloader">
<div id="status">
Expand Down

0 comments on commit 580ab6b

Please sign in to comment.