Updated font-datatracker, removing fd-users and adding fd-group.

- Legacy-Id: 18259
This commit is contained in:
Henrik Levkowetz 2020-07-24 22:24:16 +00:00
parent a5565ac212
commit 1d11328c7b
7 changed files with 13 additions and 13 deletions

View file

@ -21,10 +21,10 @@
] ]
}, },
{ {
"uid": "05ef9b5e8742971aa85b23cfcbe71594", "uid": "e36d581e4f2844db345bddc205d15dda",
"css": "users", "css": "group",
"code": 59393, "code": 59394,
"src": "mfglabs" "src": "elusive"
} }
] ]
} }

View file

@ -1,11 +1,11 @@
@font-face { @font-face {
font-family: 'font-datatracker'; font-family: 'font-datatracker';
src: url('../font/font-datatracker.eot?74830924'); src: url('../font/font-datatracker.eot?2867018');
src: url('../font/font-datatracker.eot?74830924#iefix') format('embedded-opentype'), src: url('../font/font-datatracker.eot?2867018#iefix') format('embedded-opentype'),
url('../font/font-datatracker.woff2?74830924') format('woff2'), url('../font/font-datatracker.woff2?2867018') format('woff2'),
url('../font/font-datatracker.woff?74830924') format('woff'), url('../font/font-datatracker.woff?2867018') format('woff'),
url('../font/font-datatracker.ttf?74830924') format('truetype'), url('../font/font-datatracker.ttf?2867018') format('truetype'),
url('../font/font-datatracker.svg?74830924#font-datatracker') format('svg'); url('../font/font-datatracker.svg?2867018#font-datatracker') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) { @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { @font-face {
font-family: 'font-datatracker'; font-family: 'font-datatracker';
src: url('../font/font-datatracker.svg?74830924#font-datatracker') format('svg'); src: url('../font/font-datatracker.svg?2867018#font-datatracker') format('svg');
} }
} }
*/ */
@ -56,4 +56,4 @@
} }
.fd-meetecho:before { content: '\e800'; } /* '' */ .fd-meetecho:before { content: '\e800'; } /* '' */
.fd-users:before { content: '\e801'; } /* '' */ .fd-group:before { content: '\e802'; } /* '' */

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB