File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ const PropertyMap: React.FC<PropertyMapProps> = ({
304
304
305
305
// map load
306
306
return (
307
- < div className = "relative h-full w-full" >
307
+ < div className = "customized-map relative h-full w-full" >
308
308
< Map
309
309
mapboxAccessToken = { mapboxAccessToken }
310
310
initialViewState = { {
Original file line number Diff line number Diff line change 10
10
url ('/fonts/hkgrotesk-bold-webfont.woff' ) format ('woff' );
11
11
font-weight : bold;
12
12
font-style : normal;
13
-
14
13
}
15
14
16
15
@font-face {
19
18
url ('/fonts/hkgrotesk-extrabold-webfont.woff' ) format ('woff' );
20
19
font-weight : 800 ;
21
20
font-style : normal;
22
-
23
21
}
24
22
25
23
@font-face {
28
26
url ('/fonts/hkgrotesk-regular-webfont.woff' ) format ('woff' );
29
27
font-weight : normal;
30
28
font-style : normal;
31
-
32
29
}
33
30
34
31
: root {
47
44
48
45
@layer base {
49
46
html {
50
- font-family : "HK Grotesk" , system-ui , sans-serif ;
47
+ @apply font-body ;
51
48
}
52
49
}
53
50
51
+ .customized-map * {
52
+ @apply font-body;
53
+ }
54
+
54
55
.mapboxgl-ctrl-legend {
55
56
@apply p-5 w-full;
56
57
padding : 2px ;
You can’t perform that action at this time.
0 commit comments