We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314356 commit 9a8cd00Copy full SHA for 9a8cd00
tutorial/scenario-online/theme.rb
@@ -1,2 +1,5 @@
1
-@font_family = find_font_family("モトヤLマルベリ3等幅") || @font_family
+@font_family = find_font_family("モトヤLマルベリ3等幅") ||
2
+ find_font_family("モトヤLマルベリ") ||
3
+ find_font_family("MotoyaLMaru") ||
4
+ @font_family
5
include_theme("clear-blue")
tutorial/scenario/theme.rb
0 commit comments