blob: e21c677c07b824866477c734187535447cdf4c4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}
|