Skip to content

Commit f656b0b

Browse files
committed
global single font while font awesome don't break
1 parent 59c9d36 commit f656b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url('../fonts/Metropolis-Medium.woff') format('woff'), /* Pretty Modern Browsers */
1313
url('../fonts/Metropolis-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
1414
}
15-
*{
15+
*:not(i){
1616
font-family: 'Metropolis' !important;
1717
}
1818
.parallax-width{

0 commit comments

Comments
 (0)