Skip to content

Commit b27bbf7

Browse files
committed
Updating font
1 parent a416e25 commit b27bbf7

File tree

1 file changed

+3
-45
lines changed

1 file changed

+3
-45
lines changed

src/css/custom.css

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -92,53 +92,11 @@ a.menu__link[href="/docs/agent-collaboration/overview"].menu__link--active
9292
} */
9393

9494
@font-face {
95-
font-family: "Inter";
96-
font-style: normal;
97-
font-weight: 300;
9895
font-display: swap;
99-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-300.woff2") format("woff2");
100-
}
101-
@font-face {
102-
font-family: "Inter";
103-
font-style: normal;
104-
font-weight: 400;
105-
font-display: swap;
106-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-regular.woff2") format("woff2");
107-
}
108-
@font-face {
109-
font-family: "Inter";
96+
font-family: Manrope;
11097
font-style: normal;
111-
font-weight: 500;
112-
font-display: swap;
113-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-500.woff2") format("woff2");
114-
}
115-
@font-face {
116-
font-family: "Inter";
117-
font-style: normal;
118-
font-weight: 600;
119-
font-display: swap;
120-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-600.woff2") format("woff2");
121-
}
122-
@font-face {
123-
font-family: "Inter";
124-
font-style: normal;
125-
font-weight: 700;
126-
font-display: swap;
127-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-700.woff2") format("woff2");
128-
}
129-
@font-face {
130-
font-family: "Inter";
131-
font-style: normal;
132-
font-weight: 800;
133-
font-display: swap;
134-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-800.woff2") format("woff2");
135-
}
136-
@font-face {
137-
font-family: "Inter";
138-
font-style: normal;
139-
font-weight: 900;
140-
font-display: swap;
141-
src: url("https://smythos.com/wp-content/themes/generatepress_child/fonts/inter-v12-latin-900.woff2") format("woff2");
98+
font-weight: 200 800;
99+
src: url(https://smythos.com/wp-content/themes/generatepress_child/fonts/manrope.woff2) format("woff2")
142100
}
143101

144102
html *,

0 commit comments

Comments
 (0)