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 @@ -263,7 +263,7 @@ const Navbar = () => {
263263 target = "_blank"
264264 rel = "noreferrer noopener"
265265 >
266- < i className = "icon icon-link" > </ i >
266+ < i className = "icon icon-link-1 " > </ i >
267267 </ a >
268268 </ li >
269269 ) }
Original file line number Diff line number Diff line change @@ -2178,12 +2178,12 @@ object {
21782178
21792179@font-face {
21802180 font-family : "icon" ;
2181- src : url ("./font/icons.eot?74393752 " );
2182- src : url ("./font/icons.eot?74393752 #iefix" ) format ("embedded-opentype" ),
2183- url ("./font/icons.woff2?74393752 " ) format ("woff2" ),
2184- url ("./font/icons.woff?74393752 " ) format ("woff" ),
2185- url ("./font/icons.ttf?74393752 " ) format ("truetype" ),
2186- url ("./font/icons.svg?74393752 #icon" ) format ("svg" );
2181+ src : url ("./font/icons.eot?38695624 " );
2182+ src : url ("./font/icons.eot?38695624 #iefix" ) format ("embedded-opentype" ),
2183+ url ("./font/icons.woff2?38695624 " ) format ("woff2" ),
2184+ url ("./font/icons.woff?38695624 " ) format ("woff" ),
2185+ url ("./font/icons.ttf?38695624 " ) format ("truetype" ),
2186+ url ("./font/icons.svg?38695624 #icon" ) format ("svg" );
21872187 font-weight : normal;
21882188 font-style : normal;
21892189}
@@ -2193,7 +2193,7 @@ object {
21932193@media screen and (-webkit-min-device-pixel-ratio:0) {
21942194 @font-face {
21952195 font-family: 'icon';
2196- src: url('../font/icon.svg?74393752 #icon') format('svg');
2196+ src: url('../font/icon.svg?38695624 #icon') format('svg');
21972197 }
21982198}
21992199*/
@@ -2255,6 +2255,9 @@ object {
22552255.icon-star : before {
22562256 content : "\e806" ;
22572257} /* '' */
2258+ .icon-link-1 : before {
2259+ content : "\e807" ;
2260+ } /* '' */
22582261.icon-twitter : before {
22592262 content : "\f099" ;
22602263} /* '' */
You can’t perform that action at this time.
0 commit comments