Skip to content

Commit a96da5f

Browse files
committed
style update
1 parent 0b88230 commit a96da5f

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

public/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
--summer-26-special-font: 'submarine', sans-serif;
3636

3737
--prom-26-title-font: 'Lucid Wake Script', sans-serif;
38-
--prom-26-header-font: 'Lucid Wake Scrip', sans-serif;
38+
--prom-26-header-font: 'Lucid Wake Script', sans-serif;
3939
--prom-26-body-font: 'FlorDeRuina', sans-serif;
4040
--prom-26-special-font: 'Submarine', sans-serif;
4141

@@ -579,7 +579,7 @@ background-size: cover;
579579
/* prom-26 */
580580

581581
.prom-26.featured .title,
582-
.prom-26 #session-name, #tag.prom-26 {
582+
.prom-26 #session-name, #tag.prom-26, .prom-26 #class-name {
583583
font-family: var(--prom-26-title-font) !important;
584584
font-size: calc(var(--large-text) * 0.4);
585585
line-height: 1.2em;

public/templates/programs/prom.hbs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
<!-- <script data-goatcounter="https://sfpc.goatcounter.com/count"
4141
async src="//gc.zgo.at/count.js"></script> -->
4242
<!-- end stats -->
43+
<style>
44+
h1 {
45+
font-family: var(--prom-26-title-font) !important;
46+
}
47+
.special-button {
48+
font-family: var(--prom-26-body-font) !important;
49+
}
50+
</style>
4351
</head>
4452

4553

@@ -76,7 +84,7 @@
7684

7785
<section id="section-class-details">
7886
<div class="grid-2">
79-
<h1><span id="class-name">
87+
<h1><span id="class-name" style="font-family: var(--prom-26-title-font) !important; font-size:2em">
8088
{{Name}}
8189
</span></h1>
8290
</div>

0 commit comments

Comments
 (0)