Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit f844015

Browse files
author
Lily2point0
committed
fix font
1 parent 0ff1008 commit f844015

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

public/css/translation-component.css

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
z-index: 1001 !important;
1313
}
1414

15+
.ftlabs-translations__disclaimer {
16+
font-family: "MetricWeb", sans-serif;
17+
font-size: 14px;
18+
}
19+
1520
.ftlabs-translation__language-selection {
1621
list-style-type: none;
1722
display: flex;

views/partials/userTest/componentSecondIteration.hbs

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
Back to English
4040
</button>
4141
</div>
42-
<div>
42+
<div class="ftlabs-translations__disclaimer">
4343
Experimental feature powered by Google.
44-
<!-- The translator name needs to be dynamic in case we chage providers -->
4544
</div>
4645
</form>
4746
</div>

0 commit comments

Comments
 (0)