Swapped out the fa-users icon for an alternative (packaged in font-datatracker) fd-users

- Legacy-Id: 18243
This commit is contained in:
Henrik Levkowetz 2020-07-23 17:21:42 +00:00
parent e20dc144f3
commit 9f812ca17c
10 changed files with 40 additions and 21 deletions

View file

@ -7,7 +7,7 @@
"ascent": 850,
"glyphs": [
{
"uid": "26ee22854c398f64295baf8a5dcc7a71",
"uid": "2e705421770210ffdce62e2a92093aff",
"css": "meetecho",
"code": 59392,
"src": "custom_icons",
@ -19,6 +19,12 @@
"search": [
"meetecho-icon"
]
},
{
"uid": "05ef9b5e8742971aa85b23cfcbe71594",
"css": "users",
"code": 59393,
"src": "mfglabs"
}
]
}

View file

@ -1,20 +1,30 @@
@font-face {
font-family: 'font-datatracker';
src: url('../font/font-datatracker.eot?60587374');
src: url('../font/font-datatracker.eot?60587374#iefix') format('embedded-opentype'),
url('../font/font-datatracker.woff2?60587374') format('woff2'),
url('../font/font-datatracker.woff?60587374') format('woff'),
url('../font/font-datatracker.ttf?60587374') format('truetype'),
url('../font/font-datatracker.svg?60587374#font-datatracker') format('svg');
src: url('../font/font-datatracker.eot?74830924');
src: url('../font/font-datatracker.eot?74830924#iefix') format('embedded-opentype'),
url('../font/font-datatracker.woff2?74830924') format('woff2'),
url('../font/font-datatracker.woff?74830924') format('woff'),
url('../font/font-datatracker.ttf?74830924') format('truetype'),
url('../font/font-datatracker.svg?74830924#font-datatracker') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'font-datatracker';
src: url('../font/font-datatracker.svg?74830924#font-datatracker') format('svg');
}
}
*/
.fd {
[class^="fd-"]:before, [class*=" fd-"]:before {
font-family: "font-datatracker";
font-style: normal;
font-weight: normal;
speak: none;
speak: never;
display: inline-block;
text-decoration: inherit;
@ -45,4 +55,5 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fd-meetecho:before { content: '\e800'; } /* '' */
.fd-meetecho:before { content: '\e800'; } /* '' */
.fd-users:before { content: '\e801'; } /* '' */

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -36,17 +36,17 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% elif item.timeslot.location.webex_url %}
<a class=""
href="{{item.timeslot.location.webex_url|format:session }}"
title="Webex session"><span class="fa fa-fw fa-users"></span>
title="Webex session"><span class="fa fa-fw fd-users"></span>
</a>
<!-- Video stream (meetecho) -->
{% elif item.timeslot.location.video_stream_url %}
@ -56,7 +56,7 @@
</a>
{% else %}
<span class="">
<span class="fa fa-fw fa-users" style="color: #ddd;"
<span class="fa fa-fw fd-users" style="color: #ddd;"
title="No online conference info found in remote instructions or agenda note"></span>
</span>
{% endif %}

View file

@ -54,17 +54,17 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% elif item.timeslot.location.webex_url %}
<a class=""
href="{{item.timeslot.location.webex_url|format:session }}"
title="Webex session"><span class="fa fa-fw fa-users"></span>
title="Webex session"><span class="fa fa-fw fd-users"></span>
</a>
{% endif %}
{% else %}

View file

@ -43,12 +43,12 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Online conference"><span class="fa fa-fw fa-users"></span>
title="Online conference"><span class="fa fa-fw fd-users"></span>
</a>
{% endif %}
{{ session.remote_instructions }}