Skip to content

Commit 280ce23

Browse files
authored
Merge pull request #217 from Anupam-dagar/master
fix font-awesome issue
2 parents 82c2ca7 + afaae42 commit 280ce23

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)