Skip to content

Commit d2d57f2

Browse files
committed
no open sans italic: accessibility, bundle size
1 parent c99cfd0 commit d2d57f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ui/drafts/drafts.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
}
3030

3131
&:empty::after {
32-
content: 'empty';
33-
font-style: italic;
32+
content: '-- empty --';
3433
opacity: .7;
3534
}
3635

ui/out/out.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
/* TODO move to render_cell_value() */
139139
&[data-null]::before {
140140
content: 'NULL';
141-
font-style: italic;
141+
font-weight: 500;
142142
}
143143
&[data-unset]::before {
144144
content: '\2022\2022\2022';

ui/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@
2121
src: url('./_vendor/opensans.woff2') format('woff2');
2222
}
2323

24+
/*
2425
@font-face {
2526
font-family: 'Open Sans';
2627
font-style: italic;
2728
font-weight: 300 800;
2829
font-stretch: 75% 100%;
29-
/* enable serif on capital 'i' */
3030
font-feature-settings: 'ss03';
3131
src: url('./_vendor/opensans-italic.woff2') format('woff2');
3232
}
33+
*/
3334

3435
@font-face {
3536
font-family: 'Roboto Mono';

0 commit comments

Comments
 (0)