File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
src/main/resources/images Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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) */
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 );
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments