Crow/docs/stylesheets/latofonts.css
The-EDev 23648445f3 Changed documentation. a lot.
Added mkdocs documentation.
Altered doxygen generation (doxyfile and shell script) to work with mkdocs.
Removed the whole html folder thing for docs, now the files reside in the root gh-pages branch.
New readme.
2020-11-28 17:28:47 +03:00

11 lines
291 B
CSS

/* Webfont: Lato-Medium */@font-face {
font-family: 'Lato';
src: url('Lato-Medium.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
body, input {
font-family: "Lato", -apple-system, Helvetica, Arial, sans-serif;
}