1
+ ///
2
+ // Copyright (c) 2022 Pycord Development
3
+ //
4
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ // of this software and associated documentation files (the "Software"), to deal
6
+ // in the Software without restriction, including without limitation the rights
7
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ // copies of the Software, and to permit persons to whom the Software is
9
+ // furnished to do so, subject to the following conditions:
10
+ //
11
+ // The above copyright notice and this permission notice shall be included in all
12
+ // copies or substantial portions of the Software.
13
+ //
14
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ // SOFTWARE.
21
+ ///
22
+
23
+ @mixin load () {
24
+ // vietnamese
25
+ @font-face {
26
+ font-family : ' Saira' ;
27
+ font-style : normal ;
28
+ font-weight : 700 ;
29
+ font-stretch : normal ;
30
+ font-display : swap ;
31
+ src : url (https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773FksAxljYm.woff2 ) format (' woff2' );
32
+ unicode-range : U+ 0102 - 0103, U+ 0110 - 0111, U+ 0128 - 0129, U+ 0168 - 0169, U+ 01 A0- 01A1, U+ 01 AF- 01B0, U+ 1 EA0- 1EF9, U+ 20 AB;
33
+ }
34
+ // latin-ext
35
+ @font-face {
36
+ font-family : ' Saira' ;
37
+ font-style : normal ;
38
+ font-weight : 700 ;
39
+ font-stretch : normal ;
40
+ font-display : swap ;
41
+ src : url (https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773FksExljYm.woff2 ) format (' woff2' );
42
+ unicode-range : U+ 0100 - 024F, U+ 0259 , U+ 1E00 - 1EFF, U+ 2020 , U+ 20 A0- 20AB, U+ 20 AD- 20CF, U+ 2113 , U+ 2 C60- 2C7F, U+ A720- A7FF;
43
+ }
44
+ // latin
45
+ @font-face {
46
+ font-family : ' Saira' ;
47
+ font-style : normal ;
48
+ font-weight : 700 ;
49
+ font-stretch : normal ;
50
+ font-display : swap ;
51
+ src : url (https://fonts.gstatic.com/s/saira/v8/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fks8xlg.woff2 ) format (' woff2' );
52
+ unicode-range : U+ 0000 - 00FF, U+ 0131 , U+ 0152 - 0153, U+ 02 BB- 02BC, U+ 02 C6, U+ 02 DA, U+ 02 DC, U+ 2000 - 206F, U+ 2074 , U+ 20 AC, U+ 2122 , U+ 2191 , U+ 2193 , U+ 2212 , U+ 2215 , U+ FEFF, U+ FFFD;
53
+ }
54
+
55
+ // latin
56
+ @font-face {
57
+ font-family : ' Outfit' ;
58
+ font-style : normal ;
59
+ font-weight : 300 ;
60
+ font-display : swap ;
61
+ src : url (https://fonts.gstatic.com/s/outfit/v4/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61O4a0Ew.woff2 ) format (' woff2' );
62
+ unicode-range : U+ 0000 - 00FF, U+ 0131 , U+ 0152 - 0153, U+ 02 BB- 02BC, U+ 02 C6, U+ 02 DA, U+ 02 DC, U+ 2000 - 206F, U+ 2074 , U+ 20 AC, U+ 2122 , U+ 2191 , U+ 2193 , U+ 2212 , U+ 2215 , U+ FEFF, U+ FFFD;
63
+ }
64
+ // latin
65
+ @font-face {
66
+ font-family : ' Outfit' ;
67
+ font-style : normal ;
68
+ font-weight : 700 ;
69
+ font-display : swap ;
70
+ src : url (https://fonts.gstatic.com/s/outfit/v4/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyO4a0Ew.woff2 ) format (' woff2' );
71
+ unicode-range : U+ 0000 - 00FF, U+ 0131 , U+ 0152 - 0153, U+ 02 BB- 02BC, U+ 02 C6, U+ 02 DA, U+ 02 DC, U+ 2000 - 206F, U+ 2074 , U+ 20 AC, U+ 2122 , U+ 2191 , U+ 2193 , U+ 2212 , U+ 2215 , U+ FEFF, U+ FFFD;
72
+ }
73
+ }
0 commit comments