From f3dff36a882b867efea914c2bbe7e03cd0f31b02 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Oct 2017 10:23:01 +0530 Subject: [PATCH] TODO list item about font loading in the browser viewer --- src/calibre/srv/TODO.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/srv/TODO.rst b/src/calibre/srv/TODO.rst index 87f778564e..7454910b77 100644 --- a/src/calibre/srv/TODO.rst +++ b/src/calibre/srv/TODO.rst @@ -11,6 +11,8 @@ New features for the in-browser viewer - When reaching the end of the book, show a popup that allows the user to rate the book and optionally delete it from the local storage. +- Allow loading fonts from the computer running calibre and using them + for reading. New features for the server generally ---------------------------------------