@dialpad/dialtone-css 8.31.0 → 8.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
src: url('../fonts/Archivo-SemiBold.woff2') format('woff2');
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
// Define custom font: "Segoe UI Adjusted" to fix some visual issues with the Segoe UI font
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: "Segoe UI Adjusted";
|
|
45
|
+
src: local(Segoe UI);
|
|
46
|
+
ascent-override: 95%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
42
50
|
html,
|
|
43
51
|
body {
|
|
44
52
|
margin: 0;
|
package/lib/dist/dialtone.css
CHANGED
|
@@ -7398,6 +7398,11 @@ ul {
|
|
|
7398
7398
|
font-style: normal;
|
|
7399
7399
|
src: url('./fonts/Archivo-SemiBold.woff2') format('woff2');
|
|
7400
7400
|
}
|
|
7401
|
+
@font-face {
|
|
7402
|
+
font-family: "Segoe UI Adjusted";
|
|
7403
|
+
src: local(Segoe UI);
|
|
7404
|
+
ascent-override: 95%;
|
|
7405
|
+
}
|
|
7401
7406
|
html,
|
|
7402
7407
|
body {
|
|
7403
7408
|
margin: 0;
|
|
@@ -7480,7 +7485,7 @@ body {
|
|
|
7480
7485
|
}
|
|
7481
7486
|
/**
|
|
7482
7487
|
* Do not edit directly
|
|
7483
|
-
* Generated on
|
|
7488
|
+
* Generated on Thu, 09 May 2024 17:09:14 GMT
|
|
7484
7489
|
*/
|
|
7485
7490
|
|
|
7486
7491
|
.dialtone-theme-light {
|
|
@@ -8297,7 +8302,7 @@ body {
|
|
|
8297
8302
|
|
|
8298
8303
|
/**
|
|
8299
8304
|
* Do not edit directly
|
|
8300
|
-
* Generated on
|
|
8305
|
+
* Generated on Thu, 09 May 2024 17:09:15 GMT
|
|
8301
8306
|
*/
|
|
8302
8307
|
|
|
8303
8308
|
.dialtone-theme-dark {
|