File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1818 < link href ="/public/google/fonts/roboto-mono-v13.css " rel ="stylesheet ">
1919 <!-- Original URL from Google: https://fonts.googleapis.com/css?family=Material+Icons+Outlined&display=block -->
2020 < link href ="/public/google/icons/material-icons-outlined.css " rel ="stylesheet ">
21+ < link href ="/public/google/icons/material-symbols-outlined.css " rel ="stylesheet ">
2122 < link href ="/public/css/normalize.css " rel ="stylesheet ">
2223 < link rel ="manifest " href ="manifest.json " crossorigin ="use-credentials ">
2324 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="public/favicon-16x16.png ">
Original file line number Diff line number Diff line change 1+ /* fallback */
2+ @font-face {
3+ font-family : 'Material Symbols Outlined' ;
4+ font-style : normal;
5+ font-weight : 400 ;
6+ font-display : block;
7+ src : url (material-symbols-outlined.woff2) format ('woff2' );
8+ }
9+
10+ .material-symbols-outlined {
11+ font-family : 'Material Symbols Outlined' ;
12+ font-weight : normal;
13+ font-style : normal;
14+ font-size : 24px ;
15+ line-height : 1 ;
16+ letter-spacing : normal;
17+ text-transform : none;
18+ display : inline-block;
19+ white-space : nowrap;
20+ word-wrap : normal;
21+ direction : ltr;
22+ -webkit-font-feature-settings : 'liga' ;
23+ -webkit-font-smoothing : antialiased;
24+ }
You can’t perform that action at this time.
0 commit comments