Skip to content

Commit 09ed8f3

Browse files
committed
Added new icon
1 parent e22ad8f commit 09ed8f3

File tree

9 files changed

+70
-10
lines changed

9 files changed

+70
-10
lines changed

gatsby-wordpress-theme-libre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

gatsby-wordpress-theme-libre/src/components/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)}
Lines changed: 56 additions & 1 deletion
Loading
280 Bytes
Binary file not shown.

gatsby-wordpress-theme-libre/src/styles/font/icons.svg

Lines changed: 2 additions & 0 deletions
Loading
280 Bytes
Binary file not shown.
204 Bytes
Binary file not shown.
168 Bytes
Binary file not shown.

gatsby-wordpress-theme-libre/src/styles/global.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff 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
} /* '' */

0 commit comments

Comments
 (0)