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.

4 jaren geleden
1234567891011121314
  1. *, *::before, *::after {
  2. box-sizing: border-box;
  3. }
  4. @font-face {
  5. font-family: Lato;
  6. font-weight: 500;
  7. src: url('../fonts/Lato/Lato-Regular.ttf');
  8. }
  9. body {
  10. font-family: Lato;
  11. font-weight: 700;
  12. }