Skip to content

Commit

Permalink
Add demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic committed Aug 22, 2024
1 parent 2496909 commit 3d8b3ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/docs/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,56 +83,56 @@

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-Bold.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-BoldItalic.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-Italic.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-Medium.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-MediumItalic.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-Regular.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-SemiBold.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-SemiBold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: var(--font-Lora);
src: url("./assets/fonts/Lora-SemiBoldItalic.ttf") format("truetype");
src: url("./assets/fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
font-weight: 600;
font-style: italic;
}
Expand Down

0 comments on commit 3d8b3ea

Please sign in to comment.