Commit bfa11d00 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

feat(fonts): replace Montserrat with Inter for better readablity

parent e64548b9
Loading
Loading
Loading
Loading
+103 KiB

File added.

No diff preview for this file type.

+96.6 KiB

File added.

No diff preview for this file type.

−18.8 KiB

File deleted.

−18.7 KiB

File deleted.

+10 −6
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
    font-family: "Kumbh Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/kumbh-sans-regular.woff2") format("woff2");
  }

@@ -12,22 +13,25 @@
    font-family: "Kumbh Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/kumbh-sans-700.woff2") format("woff2");
  }

  /* montserrat-regular */
  /* inter-regular */
  @font-face {
    font-family: "Montserrat";
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/montserrat-regular.woff2") format("woff2");
    font-display: swap;
    src: url("/fonts/inter-regular.woff2") format("woff2");
  }

  /* montserrat-600 - latin */
  /* inter-600 */
  @font-face {
    font-family: "Montserrat";
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/montserrat-600.woff2") format("woff2");
    font-display: swap;
    src: url("/fonts/inter-600.woff2") format("woff2");
  }
}
Loading