Skip to content

Commit a383b11

Browse files
committed
updates
1 parent 7a6585b commit a383b11

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/styles/globals.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@
1818
-webkit-text-size-adjust: 100%;
1919
-moz-tab-size: 4;
2020
tab-size: 4;
21-
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21+
font-family:
22+
ui-sans-serif,
23+
system-ui,
24+
-apple-system,
25+
BlinkMacSystemFont,
26+
'Segoe UI',
27+
Roboto,
28+
'Helvetica Neue',
29+
Arial,
30+
'Noto Sans',
31+
sans-serif,
32+
'Apple Color Emoji',
33+
'Segoe UI Emoji',
34+
'Segoe UI Symbol',
35+
'Noto Color Emoji';
2236
font-feature-settings: normal;
2337
font-variation-settings: normal;
2438
}

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
33
important: '.vapi-widget-wrapper',
4-
4+
55
content: [
66
'./index.html',
77
'./src/**/*.{js,ts,jsx,tsx}',

0 commit comments

Comments
 (0)