itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
458 stars 97 forks source link

Custom font within user CSS. #104

Open ThomasLeigh opened 4 years ago

ThomasLeigh commented 4 years ago

I wonder would it be possible to allow incorporating custom font within user CSS? I’ve tried with

@import url('https://fonts.googleapis.com/css?family=Lato:300&subset=latin-ext');

and then to refer to this font within further CSS, but it seems not to be working currently.

superiums commented 2 years ago

why not use local fonts ? Maybe it's better to prevent foreign request to keep device secure.