Skip to content

Commit 9a8cd00

Browse files
committed
Use specified fonts more certainly
1 parent b314356 commit 9a8cd00

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tutorial/scenario-online/theme.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
@font_family = find_font_family("モトヤLマルベリ3等幅") || @font_family
1+
@font_family = find_font_family("モトヤLマルベリ3等幅") ||
2+
find_font_family("モトヤLマルベリ") ||
3+
find_font_family("MotoyaLMaru") ||
4+
@font_family
25
include_theme("clear-blue")

tutorial/scenario/theme.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
@font_family = find_font_family("モトヤLマルベリ3等幅") || @font_family
1+
@font_family = find_font_family("モトヤLマルベリ3等幅") ||
2+
find_font_family("モトヤLマルベリ") ||
3+
find_font_family("MotoyaLMaru") ||
4+
@font_family
25
include_theme("clear-blue")

0 commit comments

Comments
 (0)