Commit f683eef 1 parent 3a0e227 commit f683eef Copy full SHA for f683eef
File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 18
18
< link href ="/public/google/fonts/roboto-mono-v13.css " rel ="stylesheet ">
19
19
<!-- Original URL from Google: https://fonts.googleapis.com/css?family=Material+Icons+Outlined&display=block -->
20
20
< link href ="/public/google/icons/material-icons-outlined.css " rel ="stylesheet ">
21
+ < link href ="/public/google/icons/material-symbols-outlined.css " rel ="stylesheet ">
21
22
< link href ="/public/css/normalize.css " rel ="stylesheet ">
22
23
< link rel ="manifest " href ="manifest.json " crossorigin ="use-credentials ">
23
24
< 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