Skip to content

Commit 34c36d6

Browse files
committed
Update jqx.gantt.css
1 parent 5cc045c commit 34c36d6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

gantt/taskconnections/src/assets/jqx.gantt.css

+13-4
Original file line numberDiff line numberDiff line change
@@ -18130,13 +18130,22 @@ jqx-gantt-chart>.jqx-container .jqx-splitter>.jqx-resize-trigger-container {
1813018130
list-style-type: none
1813118131
}
1813218132

18133+
1813318134
@font-face {
18134-
font-family: jqx-gantt-icons;
18135-
src: local("./font/jqx-icons"), url(./font/jqx-icons.woff2) format("woff2"), url(./font/jqx-icons.woff) format("woff"), url(./font/jqx-icons.ttf) format("truetype"), url(./font/jqx-icons.eot) format("embedded-opentype");
18136-
font-weight: 400;
18137-
font-style: normal
18135+
font-family: "jqx-gantt-icons";
18136+
src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot");
18137+
src:
18138+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2")
18139+
format("woff2"),
18140+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff")
18141+
format("woff"),
18142+
url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf")
18143+
format("truetype");
18144+
font-weight: normal;
18145+
font-style: normal;
1813818146
}
1813918147

18148+
1814018149
.jqx-arrow {
1814118150
background-position: center;
1814218151
background-repeat: no-repeat;

0 commit comments

Comments
 (0)