-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- write fontface which supports different font weights
- Loading branch information
peggimann
committed
Nov 22, 2024
1 parent
77656a2
commit 282c6c0
Showing
45 changed files
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
@font-face { | ||
font-family: "OpenSans"; | ||
font-style: normal; | ||
font-weight: 300; | ||
font-display: swap; | ||
src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenSans"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: swap; | ||
src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenSans"; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: swap; | ||
src: url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenSans"; | ||
font-style: normal; | ||
font-weight: 600; | ||
font-display: swap; | ||
src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype'); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenSans"; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: swap; | ||
src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'); | ||
} | ||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+133 KB
frontend/src/assets/fonts/OpenSans/OpenSans_Condensed-ExtraBoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+133 KB
frontend/src/assets/fonts/OpenSans/OpenSans_Condensed-MediumItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_Condensed-SemiBoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-BoldItalic.ttf
Binary file not shown.
Binary file added
BIN
+129 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-ExtraBold.ttf
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-ExtraBoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-LightItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-MediumItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+128 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-SemiBold.ttf
Binary file not shown.
Binary file added
BIN
+134 KB
frontend/src/assets/fonts/OpenSans/OpenSans_SemiCondensed-SemiBoldItalic.ttf
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters