Skip to content

Commit 3fb3e57

Browse files
authored
Merge pull request #8490 from nextcloud-libraries/automated/25228242926/server-styling-update-stable8
[stable8] chore(docs): Automated styling update from server
2 parents 8dab485 + 21e9836 commit 3fb3e57

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

styleguide/assets/default.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
--font-face: system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
7171
--default-font-size: 15px;
7272
--font-size-small: 13px;
73+
/* Default text font weight */
74+
--font-weight-default: 400;
75+
/* Font weight for interactive elements */
76+
--font-weight-element: 500;
77+
/* Weight for titles and headings */
78+
--font-weight-heading: 600;
7379
/* 1.5 x font-size for accessibility */
7480
--default-line-height: 1.5;
7581
--animation-quick: 100ms;

0 commit comments

Comments
 (0)