Skip to content

Commit 4f2eded

Browse files
committed
add a fallback font for .text--redgate for other alphabets
1 parent 1bb014e commit 4f2eded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/css/trumps/_honeycomb.type.trumps.text.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.text--redgate {
21-
font-family: redgate-type;
21+
font-family: redgate-type, 'Roboto';
2222
color: color('black');
2323
}
2424

0 commit comments

Comments
 (0)