|
31 | 31 | /* DUPLICATE FOR SEASON, CHANGE SEASON NAME AND ADD TYPE USING @font-face BELOW */ |
32 | 32 |
|
33 | 33 |
|
34 | | - --fall-25-title-font: 'Ductus', sans-serif; |
35 | | - --fall-25-header-font: 'Arastin Pro', sans-serif; |
36 | | - --fall-25-body-font: 'DIN Alternate', sans-serif; |
37 | | - --fall-25-special-font: 'Ductus', sans-serif; |
| 34 | + |
| 35 | + --fall-25-title-font: 'Cardinal', sans-serif; |
| 36 | + --fall-25-header-font: 'Cardinal', sans-serif; |
| 37 | + --fall-25-body-font: 'Authentic Sans', sans-serif; |
| 38 | + --fall-25-special-font: 'Cardinal', sans-serif; |
38 | 39 |
|
39 | 40 | --summer-25-title-font: 'Ductus', sans-serif; |
40 | 41 | --summer-25-header-font: 'Arastin Pro', sans-serif; |
|
145 | 146 |
|
146 | 147 | @import url("https://p.typekit.net/p.css?s=1&k=thn3crj&ht=tk&f=28524.28525&a=79545553&app=typekit&e=css"); |
147 | 148 |
|
| 149 | +@font-face { |
| 150 | + font-family: 'Authentic Sans'; |
| 151 | + src: url('/fonts/authentic-sans-90.otf') format('opentype'); |
| 152 | + font-weight: normal; |
| 153 | + font-style: normal; |
| 154 | +} |
| 155 | + |
| 156 | +@font-face { |
| 157 | + font-family: 'Cardinal'; |
| 158 | + src: url('/fonts/Cardinal.ttf') format('trueType'); |
| 159 | + font-weight: normal; |
| 160 | + font-style: normal; |
| 161 | +} |
| 162 | + |
| 163 | + |
148 | 164 | @font-face { |
149 | 165 | font-family: 'Geneva 9'; |
150 | 166 | src: url('/fonts/Geneva-9.woff2') format('woff2'), |
@@ -2088,10 +2104,9 @@ select#allSections:focus { |
2088 | 2104 | } |
2089 | 2105 |
|
2090 | 2106 | .grid-2 .featured-text, .grid-1 .featured-text { |
2091 | | - padding: 0.5em; |
2092 | 2107 | flex-direction: column; |
2093 | 2108 | justify-content: space-between; |
2094 | | - /* backdrop-filter: blur(5px); Fall 2025 styling adaptation */ |
| 2109 | + backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */ |
2095 | 2110 | } |
2096 | 2111 |
|
2097 | 2112 | .featured-text.half { |
|
0 commit comments