| Line 12: |
Line 12: |
| | /* Fonts */ | | /* Fonts */ |
| | @font-face { | | @font-face { |
| − | font-family: "AmerType"; | + | font-family: 'American Typewriter'; |
| − | src: url('/fonts/AmerType-Md-BT.woff'); | + | src: url('fonts/AmericanTypewriter.woff2') format('woff2'), |
| − | url('/fonts/AmerType-Md-BT.woff'); | + | url('fonts/AmericanTypewriter.woff') format('woff'); |
| | + | font-weight: normal; |
| | + | font-style: normal; |
| | + | font-display: swap; |
| | + | } |
| | + | |
| | + | @font-face { |
| | + | font-family: 'AmerType Md BT'; |
| | + | src: url('fonts/AmerTypewriterITCbyBT-Bold.woff2') format('woff2'), |
| | + | url('fonts/AmerTypewriterITCbyBT-Bold.woff') format('woff'); |
| | + | font-weight: bold; |
| | + | font-style: normal; |
| | + | font-display: swap; |
| | } | | } |
| | @font-face { | | @font-face { |