Skip to content

Removed not included woff that are not found #1042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
src: url("../font/material-icons/MaterialIcons-Regular.eot"); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url("../font/material-icons/MaterialIcons-Regular.woff2") format('woff2'),
url("../font/material-icons/MaterialIcons-Regular.woff") format('woff'), /* Modern Browsers */
url("../font/material-icons/MaterialIcons-Regular.ttf") format('truetype'); /* Safari, Android, iOS */
font-display: swap;
}
Expand Down Expand Up @@ -39,4 +37,4 @@

/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.