View Single Post
Old 11-04-2017, 03:07 PM   #19
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by kovidgoyal View Post
They're stored in indexedDB and are loaded via BLOB URLs. You cant use relative paths, you would have to use absolute paths.
My *nix knowledge isn't good enough to figure out the absolute path required. I've tried a lot of alternatives but haven't hit on one that works yet. If you have time please will you look at the 2 screencaps below to see whether it's obvious to you what the absolute url path should be.

My font .ttf files are in /fonts in phone internal storage. Using an Android file manager I can navigate to them in 2 ways:
  1. The easier way via Internal storage > fonts (image 1).
  2. From the phone's root directory (image 2).
    To arrive at this location I actually navigated via root > mnt > sdcard > fonts
    but it shows as something???/storage/self/primary/fonts
    once I get there.

To minimise typing until I can get it working (or not). I'm assuming the User style sheet would look something like this:
Code:
@font-face {font-family: MyFont; src: url("abs_path_to_fonts/MyFont-Regular.ttf")}

body {font-family: MyFont, serif}
Attached Thumbnails
Click image for larger version

Name:	image1.jpg
Views:	197
Size:	54.9 KB
ID:	159811   Click image for larger version

Name:	image2.jpg
Views:	194
Size:	50.1 KB
ID:	159812  
jackie_w is offline   Reply With Quote