Skip to content

Commit 8e6b0ed

Browse files
committed
refactor: rename font names to a more human readable name
1 parent 770d2a2 commit 8e6b0ed

File tree

8 files changed

+14
-28
lines changed

8 files changed

+14
-28
lines changed

src/styles/global.css

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
font-style: normal;
77
font-weight: 400;
88
font-display: swap;
9-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
10-
format("woff2");
9+
src: url(/fonts/inter/cyrillic-ext.woff2) format("woff2");
1110
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
1211
U+FE2E-FE2F;
1312
}
@@ -17,8 +16,7 @@
1716
font-style: normal;
1817
font-weight: 400;
1918
font-display: swap;
20-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
21-
format("woff2");
19+
src: url(/fonts/inter/cyrillic.woff2) format("woff2");
2220
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
2321
}
2422
/* greek-ext */
@@ -27,8 +25,7 @@
2725
font-style: normal;
2826
font-weight: 400;
2927
font-display: swap;
30-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
31-
format("woff2");
28+
src: url(/fonts/inter/greek-ext.woff2) format("woff2");
3229
unicode-range: U+1F00-1FFF;
3330
}
3431
/* greek */
@@ -37,8 +34,7 @@
3734
font-style: normal;
3835
font-weight: 400;
3936
font-display: swap;
40-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
41-
format("woff2");
37+
src: url(/fonts/inter/greek.woff2) format("woff2");
4238
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
4339
U+03A3-03FF;
4440
}
@@ -48,8 +44,7 @@
4844
font-style: normal;
4945
font-weight: 400;
5046
font-display: swap;
51-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
52-
format("woff2");
47+
src: url(/fonts/inter/vietnamese.woff2) format("woff2");
5348
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
5449
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
5550
U+1EA0-1EF9, U+20AB;
@@ -60,8 +55,7 @@
6055
font-style: normal;
6156
font-weight: 400;
6257
font-display: swap;
63-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
64-
format("woff2");
58+
src: url(/fonts/inter/latin-ext.woff2) format("woff2");
6559
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
6660
U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
6761
}
@@ -71,8 +65,7 @@
7165
font-style: normal;
7266
font-weight: 400;
7367
font-display: swap;
74-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
75-
format("woff2");
68+
src: url(/fonts/inter/latin.woff2) format("woff2");
7669
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
7770
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
7871
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
@@ -83,8 +76,7 @@
8376
font-style: normal;
8477
font-weight: 700;
8578
font-display: swap;
86-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
87-
format("woff2");
79+
src: url(/fonts/inter/cyrillic-ext.woff2) format("woff2");
8880
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
8981
U+FE2E-FE2F;
9082
}
@@ -94,8 +86,7 @@
9486
font-style: normal;
9587
font-weight: 700;
9688
font-display: swap;
97-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
98-
format("woff2");
89+
src: url(/fonts/inter/cyrillic.woff2) format("woff2");
9990
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
10091
}
10192
/* greek-ext */
@@ -104,8 +95,7 @@
10495
font-style: normal;
10596
font-weight: 700;
10697
font-display: swap;
107-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
108-
format("woff2");
98+
src: url(/fonts/inter/greek-ext.woff2) format("woff2");
10999
unicode-range: U+1F00-1FFF;
110100
}
111101
/* greek */
@@ -114,8 +104,7 @@
114104
font-style: normal;
115105
font-weight: 700;
116106
font-display: swap;
117-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
118-
format("woff2");
107+
src: url(/fonts/inter/greek.woff2) format("woff2");
119108
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
120109
U+03A3-03FF;
121110
}
@@ -125,8 +114,7 @@
125114
font-style: normal;
126115
font-weight: 700;
127116
font-display: swap;
128-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
129-
format("woff2");
117+
src: url(/fonts/inter/vietnamese.woff2) format("woff2");
130118
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
131119
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
132120
U+1EA0-1EF9, U+20AB;
@@ -137,8 +125,7 @@
137125
font-style: normal;
138126
font-weight: 700;
139127
font-display: swap;
140-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
141-
format("woff2");
128+
src: url(/fonts/inter/latin-ext.woff2) format("woff2");
142129
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
143130
U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
144131
}
@@ -148,8 +135,7 @@
148135
font-style: normal;
149136
font-weight: 700;
150137
font-display: swap;
151-
src: url(/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
152-
format("woff2");
138+
src: url(/fonts/inter/latin.woff2) format("woff2");
153139
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
154140
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
155141
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

0 commit comments

Comments
 (0)