mirror of https://github.com/kivy/kivy.git
Rioboto -> Roboto
This commit is contained in:
parent
dba00cac54
commit
8e762ec54a
|
@ -114,7 +114,7 @@ class CodeInputTest(App):
|
||||||
if file.endswith('.ttf')]
|
if file.endswith('.ttf')]
|
||||||
|
|
||||||
fnt_name = Spinner(
|
fnt_name = Spinner(
|
||||||
text='RiobotoMono',
|
text='RobotoMono',
|
||||||
option_cls=Fnt_SpinnerOption,
|
option_cls=Fnt_SpinnerOption,
|
||||||
values=fonts)
|
values=fonts)
|
||||||
fnt_name.bind(text=self._update_font)
|
fnt_name.bind(text=self._update_font)
|
||||||
|
|
Loading…
Reference in New Issue