-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've gotten sick of Charter, and found that it had some rendering issues, such as in <li> elements in Firefox, where the first line of each <li> would have a greater height than the rest.
- Loading branch information
1 parent
91fe795
commit 4c22ab9
Showing
14 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
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.
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,31 @@ | ||
@font-face { | ||
font-family: "Source Serif"; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-stretch: normal; | ||
src: url("SourceSerif4-Regular.otf.woff2") format("woff2"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Source Serif"; | ||
font-style: italic; | ||
font-weight: normal; | ||
font-stretch: normal; | ||
src: url("SourceSerif4-It.otf.woff2") format("woff2"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Source Serif"; | ||
font-style: normal; | ||
font-weight: bold; | ||
font-stretch: normal; | ||
src: url("SourceSerif4-Bold.otf.woff2") format("woff2"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Source Serif"; | ||
font-style: italic; | ||
font-weight: bold; | ||
font-stretch: normal; | ||
src: url("SourceSerif4-BoldIt.otf.woff2") format("woff2"); | ||
} |
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