Skip to content

Commit 773ae34

Browse files
Update font for site name (#331)
1 parent 28bd98a commit 773ae34

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/.vuepress/styles/index.styl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ a.sidebar-link.active
4646
#app .navbar .logo
4747
margin-right 5px
4848

49-
49+
#app .site-name
50+
font-family: Roobert;
5051

5152
// Navigation
5253

@@ -263,10 +264,20 @@ div.docs-home
263264
url('https://developers.elementor.com/wp-content/uploads/sites/7/2020/05/IvarText-Bold.ttf') format('truetype'),
264265
url('https://developers.elementor.com/wp-content/uploads/sites/7/2020/05/IvarText-Bold.svg#IvarText') format('svg');
265266
}
267+
266268
@font-face {
267269
font-family: 'DM Sans';
268270
font-style: normal;
269271
font-weight: normal;
270272
font-display: swap;
271273
src: url('https://developers.elementor.com/wp-content/uploads/sites/7/2020/05/DMSans-Regular.ttf') format('truetype');
272274
}
275+
276+
@font-face {
277+
font-family: 'Roobert';
278+
font-style: normal;
279+
font-weight: bold;
280+
font-display: swap;
281+
src: url('https://developers.elementor.com/wp-content/uploads/2026/01/Roobert-SemiBold.woff') format('woff'),
282+
url('https://developers.elementor.com/wp-content/uploads/2026/01/Roobert-SemiBold.woff2') format('woff2');
283+
}

0 commit comments

Comments
 (0)