Skip to content

Commit 2106049

Browse files
committed
new font
1 parent fe0b792 commit 2106049

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/neo/assets/fonts/selenium-ide.svg

Lines changed: 1 addition & 1 deletion
Loading
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

src/neo/styles/font.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: 'selenium-ide';
33
src:
4-
url('../assets/fonts/selenium-ide.ttf?op523z') format('truetype'),
5-
url('../assets/fonts/selenium-ide.woff?op523z') format('woff'),
6-
url('../assets/fonts/selenium-ide.svg?op523z#selenium-ide') format('svg');
4+
url('../assets/fonts/selenium-ide.ttf?t90jy9') format('truetype'),
5+
url('../assets/fonts/selenium-ide.woff?t90jy9') format('woff'),
6+
url('../assets/fonts/selenium-ide.svg?t90jy9#selenium-ide') format('svg');
77
font-weight: normal;
88
font-style: normal;
99
}
@@ -23,6 +23,9 @@
2323
-moz-osx-font-smoothing: grayscale;
2424
}
2525

26+
.si-open:before {
27+
content: "\e905";
28+
}
2629
.si-pencil:before {
2730
content: "\e919";
2831
}
@@ -74,9 +77,6 @@
7477
.si-more:before {
7578
content: "\e911";
7679
}
77-
.si-open:before {
78-
content: "\e905";
79-
}
8080
.si-play-all:before {
8181
content: "\e906";
8282
}

0 commit comments

Comments
 (0)