0

What fonts are available in sololearn?

What are the default fonts available in sololearn? Does it depend on the mobile device I'm using or the language I'm programming in?

27th Feb 2017, 11:01 AM
Steven Co
7 Respuestas
+ 12
Wingdings.
27th Feb 2017, 6:16 PM
Ahri Fox
Ahri Fox - avatar
+ 7
if you are reffering to the SL app itself, then probably the stock fonts in your device as Raphael stated for web code however, you can include whichever font you like, example: include in the html <head> <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet"> </head> and it will be downloaded and be available to use on the CSS or with JS
27th Feb 2017, 12:32 PM
Burey
Burey - avatar
+ 4
I think there's no difference at all
27th Feb 2017, 11:21 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 3
Sololearn fonts uses your stock fonts in your mobile. Inshort, it depends in your phone's font, I guess.
27th Feb 2017, 11:30 AM
Raphael Gutierrez
Raphael Gutierrez - avatar