summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2024-12-30 19:09:52 +0100
committerMarius Peter <marius.peter@tutanota.com>2024-12-30 19:09:52 +0100
commitec53f7c6e147b231d00fb770623c2b5fe17b86c4 (patch)
tree8d01b7eaefc660498bd7c34b73177c659da72ddf /app
parent429d3f3cff6b87f66e4eb1ae2ce27a426ab0192b (diff)
Added CSS font declaration file.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/typography.css13
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;
+}
Copyright 2019--2025 Marius PETER