- HTML 70.2%
- CSS 29.8%
| example.html | ||
| LICENSE | ||
| README.md | ||
| readmode.css | ||
readmode-css
readmode-css is CSS style that is optimized for reading legibility. — including choice of fonts, background color, foreground color, etc.
Import
To import readmode-css into a web-page add code like the following inside the <head> section of the web-page:
<link rel="stylesheet" href="/style/readmode-css/readmode.css" />
NOTE THAT YOUR VALUE FOR THE href ATTRIBUTE COULD BE DIFFERENT IF YOU INSTALL readmode-css AT A DIFFERENT LOCATION.
For example, if you install readmode-css at "/fmt/modules/readmode-css", then the <link> code would be something like:
<link rel="stylesheet" href="/fmt/modules/readmode-css/readmode.css" />
Etc.
Installation
To install readmode-css you can either just put the readmode.css somewhere on your web-server.
Maybe at: "/style/readmode-css/readmode.css", or somewhere else.
Alternatively you can use a git submodule. For example:
git submodule add https://codeberg.org/reiver/readmode-css readmode-css
Author
Package readmode-css was written by Charles Iliya Krempeaux