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?
7 Respuestas
+ 12
Wingdings.
+ 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
+ 4
I think there's no difference at all
+ 3
Sololearn fonts uses your stock fonts in your mobile. Inshort, it depends in your phone's font, I guess.