Skip to content

Commit

Permalink
fix: ソングの「ハミングとは?」のとこだけ文字が小さいのを治す (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 13, 2025
1 parent 17a1e7b commit e3c1075
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/song/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@ const backgroundImageUrl = `url(${(await getImage({ src: backgroundImage })).src
<section class="section">
<div class="container is-max-desktop">
<h2 class="title">ハミングとは?</h2>
<p>
<p class="is-size-5">
喋り声のデータを用いて音声ライブラリを作成し、
歌えるキャラクターに歌い方を倣うことで、
キャラクターの喋り声に近い声で歌える機能です。
</p>
<p>キャラクターによっていろんなスタイルで歌うことができます。</p>
<p class="is-size-5">
キャラクターによっていろんなスタイルで歌うことができます。
</p>
</div>
</section>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3c1075

Please sign in to comment.