Skip to content

Commit ce42026

Browse files
committed
update muli url 1.0.1
1 parent 3274fa9 commit ce42026

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/views/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<div class="row p-3"><a target="preview" href="ask-doubts.html">ask-doubts</a></div>
109109
<div class="row p-3"><a target="preview" href="buy-right.html">buy-right</a></div>
110110
<div class="row p-3"><a target="preview" href="buy-top.html">buy-top</a></div>
111+
<div class="row p-3"><a target="preview" href="certificate-modal.html">certificate-modal</a></div>
111112
<div class="row p-3"><a target="preview" href="classroom-layout.html">classroom-layout</a></div>
112113
<div class="row p-3"><a target="preview" href="content-csv-modal.html">content-csv-modal</a></div>
113114
<div class="row p-3"><a target="preview" href="content-csv.html">content-csv</a></div>

sass/styles/settings/settings.font.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ $card-xs: 0.5rem; // 7px
2727

2828
@font-face {
2929
font-family: 'Muli';
30-
src: url('https://unpkg.com/@coding-blocks/motley@1.0.0/dist/font/Muli.ttf');
30+
src: url('https://unpkg.com/@coding-blocks/motley@1.0.1/dist/font/Muli.ttf');
3131
}
3232

3333
@font-face {
3434
font-family: 'Muli';
3535
font-style: italic;
36-
src: url('https://unpkg.com/@coding-blocks/motley@1.0.0/dist/font/Muli-Italic.ttf');
36+
src: url('https://unpkg.com/@coding-blocks/motley@1.0.1/dist/font/Muli-Italic.ttf');
3737
}

0 commit comments

Comments
 (0)