Skip to content

Commit 684f202

Browse files
committed
restored deleted fonts
1 parent c4b2d43 commit 684f202

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

public/styles.css

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
/* DUPLICATE FOR SEASON, CHANGE SEASON NAME AND ADD TYPE USING @font-face BELOW */
3232

3333

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;
3839

3940
--summer-25-title-font: 'Ductus', sans-serif;
4041
--summer-25-header-font: 'Arastin Pro', sans-serif;
@@ -145,6 +146,21 @@
145146

146147
@import url("https://p.typekit.net/p.css?s=1&k=thn3crj&ht=tk&f=28524.28525&a=79545553&app=typekit&e=css");
147148

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+
148164
@font-face {
149165
font-family: 'Geneva 9';
150166
src: url('/fonts/Geneva-9.woff2') format('woff2'),
@@ -2088,10 +2104,9 @@ select#allSections:focus {
20882104
}
20892105

20902106
.grid-2 .featured-text, .grid-1 .featured-text {
2091-
padding: 0.5em;
20922107
flex-direction: column;
20932108
justify-content: space-between;
2094-
/* backdrop-filter: blur(5px); Fall 2025 styling adaptation */
2109+
backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */
20952110
}
20962111

20972112
.featured-text.half {

0 commit comments

Comments
 (0)