kindle style card
At it again with my screenshot mimicry project. Since I already had an Apple Books style, I decided to make a largely redundant Amazon Kindle style, partially for variety but primarily because it pleases me to make it.
Quo usque tandem abutere, Catilina, patientia nostra? quam diu etiam furor iste tuus nos eludet? quem ad finem sese effrenata iactabit audacia? Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae, nihil timor populi, nihil concursus bonorum omnium, nihil hic munitissimus habendi senatus locus, nihil horum ora voltusque moverunt? Patere tua consilia non sentis, constrictam iam horum omnium scientia teneri coniurationem tuam non vides? Quid proxima, quid superiore nocte egeris, ubi fueris, quos convocaveris, quid consilii ceperis, quem nostrum ignorare arbitraris?
This is basically exactly the same as my Books style, with fewer highlight styles and a different font. This font does require downloading, which can be done for free (and without an account) from Amazon's developer site here (the page talks about the Emberly font and Amazon's Echo, but the download link includes Bookerly). You can put it on your site like any other file (I have a dedicated /fonts
file) and include it in a stylesheet with an @font-face
rule as described here.[1]
code
Again, the base code is for light mode, with a dark mode add-on.
base code
dark mode code
- I also converted the
.ttf
files to.woff2
files using CloudConvert—WOFF2 files have better compression, so they load faster and use less bandwidth.^
- tags
- projects