Skip to content

Commit 60a333a

Browse files
author
TEParsons
committed
enh[rel]: Package regular weight Crimson Text
1 parent 1ca91a4 commit 60a333a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Binary file not shown.
Binary file not shown.

base/torillic.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
/** Load fonts from files **/
22
/* Crimson Text (headings) */
3+
@font-face {
4+
font-family: "Crimson Text";
5+
src: url('assets/fonts/CrimsonText/CrimsonText-Regular.ttf');
6+
font-weight: 400;
7+
}
8+
@font-face {
9+
font-family: "Crimson Text";
10+
src: url('assets/fonts/CrimsonText/CrimsonText-Italic.ttf');
11+
font-weight: 400;
12+
font-style: italic;
13+
}
314
@font-face {
415
font-family: "Crimson Text";
516
src: url('assets/fonts/CrimsonText/CrimsonText-Bold.ttf');

0 commit comments

Comments
 (0)