mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
11 lines
291 B
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;
|
||
|
}
|