Crow/docs/stylesheets/latofonts.css

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;
}