Skip to content

Commit babc4fd

Browse files
authored
Merge pull request #28 from ReflectionsProjections/speakers-page
Speakers Page
2 parents 2387579 + 50d15f5 commit babc4fd

29 files changed

Lines changed: 10989 additions & 15 deletions
32.9 KB
Binary file not shown.

apps/admin/src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ button:focus-visible {
6767
background-color: #f9f9f9;
6868
}
6969
}
70+
71+
@font-face {
72+
font-family: "ProRacingSlant";
73+
src: url("/pro-racing.slant.otf") format("opentype");
74+
font-weight: 400;
75+
font-style: normal;
76+
font-display: swap;
77+
}

apps/site/index.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@font-face {
2+
font-family: "Magistral";
3+
src: url("/magistral.ttf") format("truetype");
4+
font-weight: 400;
5+
font-style: normal;
6+
font-display: swap;
7+
}
8+
9+
@font-face {
10+
font-family: "ProRacingSlant";
11+
src: url("/pro-racing.slant.otf") format("opentype");
12+
font-weight: 400;
13+
font-style: normal;
14+
font-display: swap;
15+
}
16+
17+
@font-face {
18+
font-family: "ProRacing";
19+
src: url("/pro-racing.regular.otf") format("opentype");
20+
font-weight: 400;
21+
font-style: normal;
22+
font-display: swap;
23+
}

apps/site/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1.0,viewport-fit=cover"
99
/>
10+
<link rel="stylesheet" href="style.css" />
1011
<meta name="theme-color" content="#000000" />
12+
<!-- Add stylesheet index.css -->
1113
<link rel="preconnect" href="https://fonts.googleapis.com" />
1214
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1315
<link

apps/site/public/backdrop.svg

Lines changed: 10408 additions & 0 deletions
Loading
69.4 KB
Binary file not shown.
26 KB
Binary file not shown.
27.5 KB
Binary file not shown.
422 KB
Loading
235 KB
Loading

0 commit comments

Comments
 (0)