-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogo.css
48 lines (41 loc) · 1.08 KB
/
logo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.reveal .slide-logo {
height: 300px !important;
width: 300px !important;
max-width: unset !important;
max-height: unset !important;
right: 0px !important;
z-index: 0 !important;
}
.reveal img {
margin: var(--r-block-margin) -12;
}
.center-container {
display: flex;
justify-content: center;
}
.reveal h1 {
text-align: center;
font-family: "GeneralSans-Semibold";"
}
.right-align {
text-align: right;
margin-right: 12px;
}
@font-face {
font-family: 'GeneralSans-Semibold';
src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
url('fonts/GeneralSans-Semibold.woff') format('woff'),
url('fonts/GeneralSans-Semibold.ttf') format('truetype');
font-weight: 600;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'GeneralSans-Regular';
src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
url('../fonts/GeneralSans-Regular.woff') format('woff'),
url('../fonts/GeneralSans-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}