Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat 💬

Skip to content
Snippets Groups Projects
common.scss 571 B
Newer Older
  • Learn to ignore specific revisions
  • Julie Thezenas's avatar
    Julie Thezenas committed
    @font-face {
        font-family: venrynsans-regular;
        src: url($venrynsans-regular) format('woff2');
    }
    
    @font-face {
      font-family: roboto-regular;
      src: url($roboto-regular) format('woff2');
    }
    
    @font-face {
        font-family: jetbrainsmono;
        src: url($jetbrainsmono) format('woff2');
    }  
    
    :root {
      --heading-font-family: venrynsans-regular;
      --font-family: venrynsans-regular, sans-serif;
    }
    
    p, .cooked {
      font-family: roboto-regular;
      --font-family: roboto-regular, serif;
    }
    
    code {
        font-family: jetbrainsmono;
        --font-family: jetbrainsmono, sans-serif;
    }