dashpresshq/dashpress

View on GitHub
src/static/fonts/font-face.css

Summary

Maintainability
Test Coverage
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./Inter-Light.ttf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./Inter-Regular.ttf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./Inter-SemiBold.ttf");
}