Skip to content

Commit 98d79b8

Browse files
committed
fix: missing bold variation for Roboto font
1 parent fe80730 commit 98d79b8

8 files changed

+56
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

frontend/src/css/fonts.css

+56
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,60 @@
110110
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
111111
}
112112

113+
@font-face {
114+
font-family: 'Roboto';
115+
font-style: normal;
116+
font-weight: 700;
117+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-cyrillic-ext.woff2) format('woff2');
118+
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
119+
}
120+
121+
@font-face {
122+
font-family: 'Roboto';
123+
font-style: normal;
124+
font-weight: 700;
125+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-cyrillic.woff2) format('woff2');
126+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
127+
}
128+
129+
@font-face {
130+
font-family: 'Roboto';
131+
font-style: normal;
132+
font-weight: 700;
133+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-greek-ext.woff2) format('woff2');
134+
unicode-range: U+1F00-1FFF;
135+
}
136+
137+
@font-face {
138+
font-family: 'Roboto';
139+
font-style: normal;
140+
font-weight: 700;
141+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-greek.woff2) format('woff2');
142+
unicode-range: U+0370-03FF;
143+
}
144+
145+
@font-face {
146+
font-family: 'Roboto';
147+
font-style: normal;
148+
font-weight: 700;
149+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-vietnamese.woff2) format('woff2');
150+
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
151+
}
152+
153+
@font-face {
154+
font-family: 'Roboto';
155+
font-style: normal;
156+
font-weight: 700;
157+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-latin-ext.woff2) format('woff2');
158+
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
159+
}
160+
161+
@font-face {
162+
font-family: 'Roboto';
163+
font-style: normal;
164+
font-weight: 700;
165+
src: local('Roboto Bold'), local('Roboto-Bold'), url(../assets/fonts/roboto/bold-latin.woff2) format('woff2');
166+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
167+
}
168+
113169
@import "~material-design-icons/iconfont/material-icons.css";

0 commit comments

Comments
 (0)