Skip to content

Commit

Permalink
Add missing marianne font
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 10, 2024
1 parent 4b4031a commit 6eef658
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Binary file added public/fonts/Marianne/Marianne-Medium.woff2
Binary file not shown.
48 changes: 24 additions & 24 deletions public/fonts/Marianne/font.css
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@

/*
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Light_Italic.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Light.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Regular_Italic.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Regular.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Medium.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Bold.woff2" as="font" crossorigin="anonymous">
<link rel="preload" href="%PUBLIC_URL%/fonts/Marianne/Marianne-Bold_Italic.woff2" as="font" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/fonts/Marianne/font.css">
*/
@font-face {
font-family: Marianne;
src: url("./Marianne-Light.woff2") format("woff2");
font-weight: 300;
font-style: normal;
font-style: normal;
}

@font-face {
font-family: Marianne;
src: url("./Marianne-Light_Italic.woff2") format("woff2");
font-weight: 300;
font-style: italic;
font-style: italic;
}

@font-face {
font-family: Marianne;
src: url("./Marianne-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-weight: normal; /*400*/
font-style: normal;
}

@font-face {
font-family: Marianne;
src: url("./Marianne-Regular_Italic.woff2") format("woff2");
font-weight: 400;
font-style: italic;
font-weight: normal; /*400*/
font-style: italic;
}

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

@font-face {
font-family: Marianne;
src: url("./Marianne-Bold_Italic.woff2") format("woff2");
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: Marianne;
src: url("./Marianne-Bold.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-weight: bold /*700*/;
font-style: normal;
}

@font-face {
font-family: Marianne;
src: url("./Marianne-Bold_Italic.woff2") format("woff2");
font-weight: 700;
font-style: italic;
font-weight: bold; /*700*/
font-style: italic;
}

0 comments on commit 6eef658

Please sign in to comment.