//Custom Fonts Squarespace// @font-face { font-family: 'GreedHead'; src: url(https://static1.squarespace.com/static/673814a8df804b098ec77ccb/t/6738177bb3277462804e4427/1731729276710/GreedExtended-SemiBold.ttf) } @font-face { font-family: 'GreedMed'; src: url(https://static1.squarespace.com/static/673814a8df804b098ec77ccb/t/6738177bc917f44db9233cbc/1731729275855/GreedExtended-Medium.ttf) } @font-face { font-family: 'GreedReg'; src: url(https://static1.squarespace.com/static/673814a8df804b098ec77ccb/t/6738177bf5d64d49ac7d1d0b/1731729276476/GreedExtended-Regular.ttf) } //Heading One Font// h1 { font-family: 'GreedHead', alternative-web-safe-font; } //Heading Two Font// h2 { font-family: 'GreedMed', alternative-web-safe-font; } //Normal Font// p { font-family: 'GreedReg', alternative-web-safe-font; } //Quote Font// .sqs-block-quote blockquote { font-family: 'font-name', alternative-web-safe-font; } //Quote Source Font*// .sqs-block-quote .source { font-family: 'font-name', alternative-web-safe-font; }