From ec53f7c6e147b231d00fb770623c2b5fe17b86c4 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 30 Dec 2024 19:09:52 +0100 Subject: Added CSS font declaration file. --- app/assets/stylesheets/typography.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/assets/stylesheets/typography.css 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; +} -- cgit v1.2.3