Skip to content

Commit c3a2812

Browse files
KunleodusanAyokunle Odusanjfederico
authored
CONTRIB-8957: Fix font paths in styles.css (#560)
* CONTRIB-8957: Fix font paths in styles.css * Update styles.css Co-authored-by: Ayokunle Odusan <kunle.odusan@totaralearning.com> Co-authored-by: Jesus Federico <jesus@123it.ca>
1 parent b286178 commit c3a2812

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/* bigbluebutton-font */
44
@font-face {
55
font-family: "bigbluebutton-font";
6-
src: url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.eot");
6+
src: url([[font:mod_bigbluebuttonbn|bigbluebutton-font.eot]]);
77
src:
8-
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.eot?#iefix") format("embedded-opentype"),
9-
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.woff") format("woff"),
10-
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.ttf") format("truetype"),
11-
url("../../../../mod/bigbluebuttonbn/fonts/bigbluebutton-font.svg#bigbluebutton-font") format("svg");
8+
url([[font:mod_bigbluebuttonbn|bigbluebutton-font.eot]]#iefix) format("embedded-opentype"),
9+
url([[font:mod_bigbluebuttonbn|bigbluebutton-font.woff]]) format("woff"),
10+
url([[font:mod_bigbluebuttonbn|bigbluebutton-font.ttf]]) format("truetype"),
11+
url([[font:mod_bigbluebuttonbn|bigbluebutton-font.svg]]#bigbluebutton-font) format("svg");
1212
font-weight: normal;
1313
font-style: normal;
1414
}
@@ -64,4 +64,4 @@
6464

6565
.bbb_index_form {
6666
display: inline-block;
67-
}
67+
}

0 commit comments

Comments
 (0)