Skip to content

Commit

Permalink
Removed material fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed Jan 22, 2025
1 parent 56dfe65 commit db71d61
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 234 deletions.
202 changes: 0 additions & 202 deletions src/assets/fonts/material-icons/LICENSE.txt

This file was deleted.

Binary file removed src/assets/fonts/material-icons/outlined.ttf
Binary file not shown.
Binary file removed src/assets/fonts/material-icons/outlined.woff2
Binary file not shown.
32 changes: 0 additions & 32 deletions src/styles/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,3 @@
src: url(../assets/fonts/roboto/roboto-bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/**
* Material Icons
*/
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../assets/fonts/material-icons/outlined.woff2) format('woff2'),
url(../assets/fonts/material-icons/outlined.ttf) format('truetype');
}

.material-symbols-outlined {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}

0 comments on commit db71d61

Please sign in to comment.