File tree Expand file tree Collapse file tree 9 files changed +70
-10
lines changed
gatsby-wordpress-theme-libre Expand file tree Collapse file tree 9 files changed +70
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @draftbox-co/gatsby-wordpress-theme-libre" ,
3- "version" : " 1.0.43" ,
3+ "version" : " 1.0.43-alpha-1 " ,
44 "license" : " MIT" ,
55 "resolutions" : {
66 "sharp" : " 0.23.4"
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ const Navbar = () => {
267267 target = "_blank"
268268 rel = "noreferrer noopener"
269269 >
270- < i className = "icon icon-link" > </ i >
270+ < i className = "icon icon-link-1 " > </ i >
271271 </ a >
272272 </ li >
273273 ) }
Original file line number Diff line number Diff line change @@ -2169,12 +2169,12 @@ object {
21692169
21702170@font-face {
21712171 font-family : "icon" ;
2172- src : url ("./font/icons.eot?74393752 " );
2173- src : url ("./font/icons.eot?74393752 #iefix" ) format ("embedded-opentype" ),
2174- url ("./font/icons.woff2?74393752 " ) format ("woff2" ),
2175- url ("./font/icons.woff?74393752 " ) format ("woff" ),
2176- url ("./font/icons.ttf?74393752 " ) format ("truetype" ),
2177- url ("./font/icons.svg?74393752 #icon" ) format ("svg" );
2172+ src : url ("./font/icons.eot?38695624 " );
2173+ src : url ("./font/icons.eot?38695624 #iefix" ) format ("embedded-opentype" ),
2174+ url ("./font/icons.woff2?38695624 " ) format ("woff2" ),
2175+ url ("./font/icons.woff?38695624 " ) format ("woff" ),
2176+ url ("./font/icons.ttf?38695624 " ) format ("truetype" ),
2177+ url ("./font/icons.svg?38695624 #icon" ) format ("svg" );
21782178 font-weight : normal;
21792179 font-style : normal;
21802180}
@@ -2184,7 +2184,7 @@ object {
21842184@media screen and (-webkit-min-device-pixel-ratio:0) {
21852185 @font-face {
21862186 font-family: 'icon';
2187- src: url('../font/icon.svg?74393752 #icon') format('svg');
2187+ src: url('../font/icon.svg?38695624 #icon') format('svg');
21882188 }
21892189}
21902190*/
@@ -2246,6 +2246,9 @@ object {
22462246.icon-star : before {
22472247 content : "\e806" ;
22482248} /* '' */
2249+ .icon-link-1 : before {
2250+ content : "\e807" ;
2251+ } /* '' */
22492252.icon-twitter : before {
22502253 content : "\f099" ;
22512254} /* '' */
You can’t perform that action at this time.
0 commit comments