Skip to content

Commit be71770

Browse files
committed
update font assets
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent fcb60f6 commit be71770

40 files changed

+19034
-21
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
127 KB
Binary file not shown.
35.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

core/http/static/assets/font1.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
1+
/*
2+
https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Roboto:wght@400;500&display=swap
3+
*/
4+
15
@font-face {
26
font-family: 'Inter';
37
font-style: normal;
48
font-weight: 400;
59
font-display: swap;
6-
src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
10+
src: url(/static/assets/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
711
}
812
@font-face {
913
font-family: 'Inter';
1014
font-style: normal;
1115
font-weight: 600;
1216
font-display: swap;
13-
src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
17+
src: url(/static/assets/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
1418
}
1519
@font-face {
1620
font-family: 'Inter';
1721
font-style: normal;
1822
font-weight: 700;
1923
font-display: swap;
20-
src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
24+
src: url(/static/assets/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
2125
}
2226
@font-face {
2327
font-family: 'Roboto';
2428
font-style: normal;
2529
font-weight: 400;
2630
font-display: swap;
27-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
31+
src: url(/static/assets/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
2832
}
2933
@font-face {
3034
font-family: 'Roboto';
3135
font-style: normal;
3236
font-weight: 500;
3337
font-display: swap;
34-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
38+
src: url(/static/assets/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
3539
}

core/http/static/assets/font2.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
1+
/*
2+
https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap
3+
*/
4+
15
@font-face {
26
font-family: 'Roboto';
37
font-style: normal;
48
font-weight: 300;
59
font-display: swap;
6-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
10+
src: url(/static/assets//KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
711
}
812
@font-face {
913
font-family: 'Roboto';
1014
font-style: normal;
1115
font-weight: 400;
1216
font-display: swap;
13-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
17+
src: url(/static/assets//KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
1418
}
1519
@font-face {
1620
font-family: 'Roboto';
1721
font-style: normal;
1822
font-weight: 500;
1923
font-display: swap;
20-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
24+
src: url(/static/assets//KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
2125
}
2226
@font-face {
2327
font-family: 'Roboto';
2428
font-style: normal;
2529
font-weight: 700;
2630
font-display: swap;
27-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
31+
src: url(/static/assets//KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
2832
}
2933
@font-face {
3034
font-family: 'Roboto';
3135
font-style: normal;
3236
font-weight: 900;
3337
font-display: swap;
34-
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
38+
src: url(/static/assets//KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
3539
}

0 commit comments

Comments
 (0)