Skip to content

Commit 5818693

Browse files
authored
Change default fonts and icons for twake (#4542)
2 parents 6fa9667 + a20fa2f commit 5818693

File tree

6 files changed

+26
-10
lines changed

6 files changed

+26
-10
lines changed
854 KB
Binary file not shown.

assets/fonts/Lato-Bold.woff2

-181 KB
Binary file not shown.

assets/fonts/Lato-Regular.woff2

-178 KB
Binary file not shown.

assets/fonts/fonts.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
@font-face {
2-
font-family: Lato;
2+
font-family: Inter;
33
font-style: normal;
44
font-weight: normal;
5-
src: url("../fonts/Lato-Regular.immutable.woff2") format("woff2");
6-
font-display: fallback;
7-
}
8-
@font-face {
9-
font-family: Lato;
10-
font-style: normal;
11-
font-weight: bold;
12-
src: url("../fonts/Lato-Bold.immutable.woff2") format("woff2");
5+
src: url("../fonts/Inter-VariableFont_opsz,wght.ttf");
136
font-display: fallback;
147
}

assets/images/default-avatar.png

-4.55 KB
Loading

assets/images/icon-cozy-home.svg

Lines changed: 24 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)