Skip to content
Snippets Groups Projects
Commit c44f89eb authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Newer Icon Font

parent d1441623
No related branches found
No related tags found
No related merge requests found
File deleted
File added
......@@ -2,7 +2,7 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url({{ url_for('static', filename='font/icon-font.ttf') }}) format('truetype');
src: local('Material Icons'), local('MaterialIcons-Regular'), url({{ url_for('static', filename='font/icon-font.woff2') }}) format('woff2');
}
.material-icons {
......@@ -17,4 +17,7 @@
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment