server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
337 B

3 years ago
  1. /* add canvas with network to body */
  2. @font-face {
  3. font-family: 'Roboto', sans-serif;
  4. src: url('/assets/fonts/RobotoCondensed-Regular.ttf') format('truetype');
  5. font-style: normal;
  6. font-weight: 400;
  7. }
  8. body {
  9. box-sizing: border-box;
  10. margin: 0;
  11. padding: 0;
  12. font-family: 'Roboto', sans-serif;
  13. }