File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
55@font-face {
66 font-family : 'HK Grotesk' ;
7- src :
8- url ('/fonts/hkgrotesk-bold-webfont.woff2' ) format ('woff2' ),
7+ src : url ('/fonts/hkgrotesk-bold-webfont.woff2' ) format ('woff2' ),
98 url ('/fonts/hkgrotesk-bold-webfont.woff' ) format ('woff' );
109 font-weight : bold;
1110 font-style : normal;
1211}
1312
1413@font-face {
1514 font-family : 'HK Grotesk' ;
16- src :
17- url ('/fonts/hkgrotesk-extrabold-webfont.woff2' ) format ('woff2' ),
15+ src : url ('/fonts/hkgrotesk-extrabold-webfont.woff2' ) format ('woff2' ),
1816 url ('/fonts/hkgrotesk-extrabold-webfont.woff' ) format ('woff' );
1917 font-weight : 800 ;
2018 font-style : normal;
2119}
2220
2321@font-face {
2422 font-family : 'HK Grotesk' ;
25- src :
26- url ('/fonts/hkgrotesk-regular-webfont.woff2' ) format ('woff2' ),
23+ src : url ('/fonts/hkgrotesk-regular-webfont.woff2' ) format ('woff2' ),
2724 url ('/fonts/hkgrotesk-regular-webfont.woff' ) format ('woff' );
2825 font-weight : normal;
2926 font-style : normal;
147144 /* added webkit transform to remove icon movement in safari */
148145
149146 .iconLink {
150- @apply text-gray-900 items-center active:bg-gray-100 active:text-green-700 focus:text-green-700 focus:bg-green-100 bg-color-none hover:bg-gray-10 rounded-medium max-sm:hover:bg-gray-0 ;
147+ @apply text-gray-900 items-center active:bg-gray-100 active:text-green-700 focus:text-green-700 focus:bg-green-100 bg-color-none hover:bg-gray-10 rounded-medium;
151148 transform : translateZ (0 );
152149 -webkit-transform : translateZ (0 );
153150 }
You can’t perform that action at this time.
0 commit comments