Skip to content

Commit db4eae9

Browse files
v23: new logo and font (#4465)
* Use new Vaadin font NB International Pro * Use new Vaadin logo
1 parent 535b575 commit db4eae9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

dspublisher/theme/global.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* When updating the URLs, remember to change them also in header.ts */
22

3-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap');
43
@import './palette.css';
54

65
/* These style sheets are fetched from vaadin.com during build (see init.js) */
@@ -31,7 +30,7 @@ html {
3130
--docs-font-size-h5: var(--text-size-md);
3231
--docs-font-size-h6: var(--text-size-sm);
3332

34-
--docs-font-weight-heading: var(--text-weight-semibold);
33+
--docs-font-weight-heading: normal;
3534

3635
--docs-line-height-s: var(--text-leading-sm);
3736
--docs-line-height-m: var(--text-leading-md);

dspublisher/theme/init-browser.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ class Header extends LitElement {
4040

4141
return html`
4242
<link
43-
rel="preload"
44-
as="style"
45-
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap"
43+
rel="stylesheet"
44+
href="https://cdn.vaadin.com/website/antlers/v2/assets/fonts/nbinternationalpro/stylesheet.css"
4645
/>
4746
<link
4847
rel="preload"
-256 Bytes
Loading
-653 Bytes
Loading

0 commit comments

Comments
 (0)