Skip to content

Commit

Permalink
enh[rel]: Package regular weight Crimson Text
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Mar 30, 2024
1 parent 1ca91a4 commit 60a333a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions base/torillic.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
/** Load fonts from files **/
/* Crimson Text (headings) */
@font-face {
font-family: "Crimson Text";
src: url('assets/fonts/CrimsonText/CrimsonText-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: "Crimson Text";
src: url('assets/fonts/CrimsonText/CrimsonText-Italic.ttf');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Crimson Text";
src: url('assets/fonts/CrimsonText/CrimsonText-Bold.ttf');
Expand Down

0 comments on commit 60a333a

Please sign in to comment.