- HTML 61.3%
- CSS 38.7%
| fonts | readmode.css + fonts | |
| example.html | added a very long <pre><code> to example.html | |
| LICENSE | initial commits | |
| README.md | See Also | |
| readmode.css | readmode.css + fonts | |
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