-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
39 lines (37 loc) · 1.13 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@use 'fonts';
@use 'vars';
@use 'layouts';
@use 'reactive';
@use 'background';
@use 'containers';
@use 'content';
@use 'controls';
@use 'custom';
//$material-symbols-font-path: '/img/icons/material-symbols/';
//@import 'node_modules/material-symbols/index';
/*@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 400;
src: url('./material-symbols-outlined.woff2') format('woff2');
//unicode-range: U+e5cf, U+e5ce, U+e5d2, U+e5d2; //U+0020-007E, U+2713, U+2717, e878;
unicode-range: U+0050-000080;//, e5ce, e5d2;
}
//https://github.com/google/material-design-icons/blob/master/font/MaterialIconsOutlined-Regular.codepoints
.material-symbols-outlined {
font-family: "Material Symbols 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";
}*/