Skip to content
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

Datahub: use the complete symbols font locally #879

Merged
merged 1 commit into from
May 27, 2024
Merged
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
11 changes: 7 additions & 4 deletions assets-common/css/materials-symbols-outline.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/* downloaded from https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200 */

/* fallback */
@font-face {
font-family: 'MaterialSymbolsOutlined';
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100700;
src: url(../fonts/MaterialIconsOutlined-Regular.otf) format('opentype');
font-weight: 100 700;
src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2');
}

.material-symbols-outlined {
font-family: 'MaterialSymbolsOutlined';
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
Expand Down
Binary file not shown.
Binary file added assets-common/fonts/MaterialSymbolsOutlined.woff2
Binary file not shown.
Loading