forked from COmanage/match
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update font to "Category A" licensed font (CO-2445)
Showing
18 changed files
with
115 additions
and
42,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
122 changes: 105 additions & 17 deletions
122
app/webroot/css/fonts/material-icons/material-icons.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,124 @@ | ||
@font-face { | ||
font-family: 'Material Icons'; | ||
font-family: "Material Icons"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ | ||
src: local('Material Icons'), | ||
local('MaterialIcons-Regular'), | ||
url(MaterialIcons-Regular.woff2) format('woff2'), | ||
url(MaterialIcons-Regular.woff) format('woff'), | ||
url(MaterialIcons-Regular.ttf) format('truetype'); | ||
font-display: block; | ||
src: url("./material-icons.woff2") format("woff2"), url("./material-icons.woff") format("woff"); | ||
} | ||
|
||
.material-icons { | ||
font-family: 'Material Icons'; | ||
font-family: "Material Icons"; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; /* Preferred icon size */ | ||
display: inline-block; | ||
font-size: 24px; | ||
line-height: 1; | ||
text-transform: none; | ||
letter-spacing: normal; | ||
text-transform: none; | ||
display: inline-block; | ||
white-space: nowrap; | ||
word-wrap: normal; | ||
direction: ltr; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
font-feature-settings: "liga"; | ||
} | ||
|
||
@font-face { | ||
font-family: "Material Icons Outlined"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: block; | ||
src: url("./material-icons-outlined.woff2") format("woff2"), url("./material-icons-outlined.woff") format("woff"); | ||
} | ||
.material-icons-outlined { | ||
font-family: "Material Icons Outlined"; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; | ||
line-height: 1; | ||
letter-spacing: normal; | ||
text-transform: none; | ||
display: inline-block; | ||
white-space: nowrap; | ||
word-wrap: normal; | ||
direction: ltr; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
font-feature-settings: "liga"; | ||
} | ||
|
||
/* Support for all WebKit browsers. */ | ||
@font-face { | ||
font-family: "Material Icons Round"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: block; | ||
src: url("./material-icons-round.woff2") format("woff2"), url("./material-icons-round.woff") format("woff"); | ||
} | ||
.material-icons-round { | ||
font-family: "Material Icons Round"; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; | ||
line-height: 1; | ||
letter-spacing: normal; | ||
text-transform: none; | ||
display: inline-block; | ||
white-space: nowrap; | ||
word-wrap: normal; | ||
direction: ltr; | ||
-webkit-font-smoothing: antialiased; | ||
/* Support for Safari and Chrome. */ | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
font-feature-settings: "liga"; | ||
} | ||
|
||
/* Support for Firefox. */ | ||
@font-face { | ||
font-family: "Material Icons Sharp"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: block; | ||
src: url("./material-icons-sharp.woff2") format("woff2"), url("./material-icons-sharp.woff") format("woff"); | ||
} | ||
.material-icons-sharp { | ||
font-family: "Material Icons Sharp"; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; | ||
line-height: 1; | ||
letter-spacing: normal; | ||
text-transform: none; | ||
display: inline-block; | ||
white-space: nowrap; | ||
word-wrap: normal; | ||
direction: ltr; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
font-feature-settings: "liga"; | ||
} | ||
|
||
/* Support for IE. */ | ||
font-feature-settings: 'liga'; | ||
@font-face { | ||
font-family: "Material Icons Two Tone"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: block; | ||
src: url("./material-icons-two-tone.woff2") format("woff2"), url("./material-icons-two-tone.woff") format("woff"); | ||
} | ||
.material-icons-two-tone { | ||
font-family: "Material Icons Two Tone"; | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 24px; | ||
line-height: 1; | ||
letter-spacing: normal; | ||
text-transform: none; | ||
display: inline-block; | ||
white-space: nowrap; | ||
word-wrap: normal; | ||
direction: ltr; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
font-feature-settings: "liga"; | ||
} |
Binary file not shown.
21,104 changes: 0 additions & 21,104 deletions
21,104
app/webroot/css/fonts/notosans_bold/NotoSans-Bold-webfont.svg
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21,104 changes: 0 additions & 21,104 deletions
21,104
app/webroot/css/fonts/notosans_regular/NotoSans-Regular-webfont.svg
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-205 KB
app/webroot/css/fonts/notosans_regular/NotoSans-Regular-webfont.woff
Binary file not shown.
This file was deleted.
Oops, something went wrong.