Added CSS font declaration file.

Commit
ec53f7c6e147b231d00fb770623c2b5fe17b86c4
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
app/assets/stylesheets/typography.css
index 00000000..e21c677c 000000..100644
@@ -0,0 +1,13 @@
1 Added: @font-face {
2 Added: font-family: 'Crimson Pro';
3 Added: src: url('CrimsonPro-VariableFont_wght.ttf') format('truetype');
4 Added: font-weight: normal;
5 Added: font-style: normal;
6 Added: }
7 Added:
8 Added: @font-face {
9 Added: font-family: 'Black Chancery';
10 Added: src: url('BLKCHCRY.TTF') format('truetype');
11 Added: font-weight: normal;
12 Added: font-style: normal;
13 Added: }