diff options
Diffstat (limited to 'app/assets/stylesheets/typography.css')
-rw-r--r-- | app/assets/stylesheets/typography.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/typography.css b/app/assets/stylesheets/typography.css new file mode 100644 index 0000000..e21c677 --- /dev/null +++ b/app/assets/stylesheets/typography.css @@ -0,0 +1,13 @@ +@font-face { + font-family: 'Crimson Pro'; + src: url('CrimsonPro-VariableFont_wght.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Black Chancery'; + src: url('BLKCHCRY.TTF') format('truetype'); + font-weight: normal; + font-style: normal; +} |