The font is
here, I stumbled upon it whilst looking for something else.
I didn't do anything about c+t - I wasn;t aware that there was a ligature for it.
The long s was added using Sigil regex
Find: s([ac-eg-jl-z])
Replace: ſ\1
using the rules set out
here - well, some of them...