Skip to content

Commit 516855e

Browse files
committed
#179 update root.css
1 parent 38702b1 commit 516855e

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
<link rel="icon" type="image/png" href="./assets/img/favicon.png" sizes="16x16 24x24 32x32 48x48 64x64" />
1212

1313
<!-- Google / Search Engine Tags -->
14-
<meta itemprop="name" content="Animation Tool | Next2D">
14+
<meta itemprop="name" content="Open Animation Tool | Next2D">
1515
<meta itemprop="description" content="It is an authoring tool that runs on a Web browser. With its intuitive interface and rich functionality, it is easy for anyone to use. It allows users to create high-quality, engaging content by combining a variety of media formats, including text, images, audio, and video.">
1616
<meta itemprop="image" content="https://tool.next2d.app/assets/img/ogp.png?v1">
1717

1818
<!-- Facebook Meta Tags -->
1919
<meta property="og:type" content="website">
20-
<meta property="og:title" content="Animation Tool | Next2D">
21-
<meta property="og:site_name" content="Animation Tool | Next2D">
20+
<meta property="og:title" content="Open Animation Tool | Next2D">
21+
<meta property="og:site_name" content="Open Animation Tool | Next2D">
2222
<meta property="og:url" content="https://tool.next2d.app">
2323
<meta property="og:description" content="It is an authoring tool that runs on a Web browser. With its intuitive interface and rich functionality, it is easy for anyone to use. It allows users to create high-quality, engaging content by combining a variety of media formats, including text, images, audio, and video.">
2424
<meta property="og:image" content="https://tool.next2d.app/assets/img/ogp.png?v1">
2525

2626
<!-- Twitter Meta Tags -->
27-
<meta name="twitter:title" content="Animation Tool | Next2D">
27+
<meta name="twitter:title" content="Open Animation Tool | Next2D">
2828
<meta name="twitter:url" content="https://tool.next2d.app">
2929
<meta name="twitter:card" content="summary_large_image">
3030
<meta name="twitter:description" content="It is an authoring tool that runs on a Web browser. With its intuitive interface and rich functionality, it is easy for anyone to use. It allows users to create high-quality, engaging content by combining a variety of media formats, including text, images, audio, and video.">
@@ -2221,8 +2221,8 @@
22212221
<span class="language" data-text="{{動画広告を視聴することで、7日間の機能制限が解除される特典が得られます。}}">
22222222
動画広告を視聴することで、7日間の機能制限が解除される特典が得られます。
22232223
</span>
2224-
<span class="language" data-text="{{Animation Toolはオープンソースで提供されており、無料で利用できます。}}">
2225-
Animation Toolはオープンソースで提供されており、無料で利用できます。
2224+
<span class="language" data-text="{{Open Animation Toolはオープンソースで提供されており、無料で利用できます。}}">
2225+
Open Animation Toolはオープンソースで提供されており、無料で利用できます。
22262226
</span>
22272227
<span class="language" data-text="{{新しいバージョンの開発のため、動画広告を視聴していただき、ご支援いただけると幸いです。}}">
22282228
新しいバージョンの開発のため、動画広告を視聴していただき、ご支援いただけると幸いです。

src/css/root.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ body
5858
-webkit-user-select : none; /* Safari */
5959
touch-action : none;
6060
cursor : var(--tool-cursor);
61+
line-break : strict;
62+
word-break : normal;
63+
overflow-wrap : anywhere;
6164
font-family :
6265
"Helvetica Neue",
6366
Arial,
6467
"Hiragino Kaku Gothic ProN",
6568
"Hiragino Sans",
66-
Meiryo,
69+
"Noto Sans JP",
6770
sans-serif;
6871
}
6972

0 commit comments

Comments
 (0)