Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from Dino-Kupinic/29-nuxt-add-fonts
Browse files Browse the repository at this point in the history
29 nuxt add fonts
  • Loading branch information
Dino-Kupinic authored Mar 25, 2024
2 parents 0db6a6f + ab0dcd8 commit 7a7cef8
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions frontend/assets/styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/* Inter */

@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Regular.woff2") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Bold.woff2") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Inter";
src: url("/fonts/Inter-SemiBold.woff2") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Medium.woff2") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Light.woff2") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}

html {
font-family: -apple-system, "Inter", 'Arial', sans-serif;
}
Binary file added frontend/public/fonts/Inter-Bold.woff2
Binary file not shown.
Binary file added frontend/public/fonts/Inter-Light.woff2
Binary file not shown.
Binary file added frontend/public/fonts/Inter-Medium.woff2
Binary file not shown.
Binary file added frontend/public/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file added frontend/public/fonts/Inter-SemiBold.woff2
Binary file not shown.

0 comments on commit 7a7cef8

Please sign in to comment.