Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/dompurify-3.x
  • renovate/modyfi-vite-plugin-yaml-1.x
  • renovate/vue-tsc-1.x
  • renovate/vitest-0.x
  • renovate/bootstrap-icons-1.x
  • renovate/vue-test-utils-2.x
  • renovate/vitest-ui-0.x
  • renovate/vitest-coverage-v8-0.x
  • renovate/showdown-2.x
  • renovate/node-23.x
  • feature/layout
  • feature/multiple-artists
  • main default protected
  • wvffle/improvements
  • relative-path-imports
  • add-histoire
  • provide-i18n
  • 19-move-from-fw-prefix-to-vui-prefix
  • 16-use-floating-ui-to-position-popovers
  • wvffle/vui
  • 0.4.1
  • 0.4.0
  • v0.3.0 protected
  • v0.2.2 protected
  • v0.2.1 protected
  • v0.2.0 protected
  • v0.1.3 protected
  • v0.1.2 protected
  • v0.1.1 protected
  • v0.1.0 protected
  • v0.1.0-rc1 protected
  • v0.0.4-rc2 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0.0.1 protected
35 results

font.scss

  • font.scss 1.51 KiB
    @import url("/node_modules/bootstrap-icons/font/bootstrap-icons.css");
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Black.ttf") format("truetype");
      font-weight: 900;
      font-style: normal;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-BlackItalic.ttf") format("truetype");
      font-weight: 900;
      font-style: italic;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Bold.ttf") format("truetype");
      font-weight: 700;
      font-style: normal;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-BoldItalic.ttf") format("truetype");
      font-weight: 700;
      font-style: italic;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Regular.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Italic.ttf") format("truetype");
      font-weight: 400;
      font-style: italic;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Light.ttf") format("truetype");
      font-weight: 300;
      font-style: normal;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-LightItalic.ttf") format("truetype");
      font-weight: 300;
      font-style: italic;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-Thin.ttf") format("truetype");
      font-weight: 100;
      font-style: normal;
    }
    
    @font-face {
      font-family: Lato;
      src: url("~/styles/font/Lato-ThinItalic.ttf") format("truetype");
      font-weight: 100;
      font-style: italic;
    }
    
    $font-main: "Lato", sans-serif;