-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
41 lines (31 loc) · 813 Bytes
/
custom.css
File metadata and controls
41 lines (31 loc) · 813 Bytes
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
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap" rel="stylesheet">
<style>
body {
font-family: "Work Sans", sans-serif !important;
}
h1, h2, h3, h4, h5 {
font-weight: 700;
}
.media-body, #s-lc-public-pd, #s-lc-public-main {
font-size: 1.3em;
line-height: 1.4;
}
.s-lc-eventcard-inner-container {
font-family: "Work Sans";
}
* + p {
margin-block-start: 1.3rem;
}
#s-lc-appointments-availability-warning {
display: none;
}
#s-lc-start-new-booking {
display: none !important;
}
/* increasing the height of the purpose of space reservation text field on the public room reservation form ID 2288*/
#q21658 {
height: 8ch;
}
</style>