diff --git a/packages/bbui/src/bbui.css b/packages/bbui/src/bbui.css index 3ff6d2f743..e84944389b 100644 --- a/packages/bbui/src/bbui.css +++ b/packages/bbui/src/bbui.css @@ -64,9 +64,9 @@ --rounded-medium: 8px; --rounded-large: 16px; - --font-sans: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, + --font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, Segoe UI, "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif; - --font-accent: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, + --font-accent: "Source Sans 3", -apple-system, BlinkMacSystemFont, Segoe UI, "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif; --font-serif: "Georgia", Cambria, Times New Roman, Times, serif; --font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", diff --git a/packages/builder/assets/source-sans-3/SourceSans3VF-Italic.ttf.woff2 b/packages/builder/assets/source-sans-3/SourceSans3VF-Italic.ttf.woff2 new file mode 100644 index 0000000000..623db47714 Binary files /dev/null and b/packages/builder/assets/source-sans-3/SourceSans3VF-Italic.ttf.woff2 differ diff --git a/packages/builder/assets/source-sans-3/SourceSans3VF-Upright.ttf.woff2 b/packages/builder/assets/source-sans-3/SourceSans3VF-Upright.ttf.woff2 new file mode 100644 index 0000000000..96cc9fd06c Binary files /dev/null and b/packages/builder/assets/source-sans-3/SourceSans3VF-Upright.ttf.woff2 differ diff --git a/packages/builder/assets/source-sans-3/source-sans-3.css b/packages/builder/assets/source-sans-3/source-sans-3.css new file mode 100644 index 0000000000..e209f7a346 --- /dev/null +++ b/packages/builder/assets/source-sans-3/source-sans-3.css @@ -0,0 +1,15 @@ +@font-face{ + font-family: "Source Sans 3"; + font-weight: 200 900; + font-style: normal; + font-stretch: normal; + src: url("/builder/fonts/source-sans-3/SourceSans3VF-Upright.ttf.woff2") format("woff2-variations"); +} + +@font-face{ + font-family: "Source Sans 3"; + font-weight: 200 900; + font-style: italic; + font-stretch: normal; + src: url("/builder/fonts/source-sans-3/SourceSans3VF-Italic.ttf.woff2") format("woff2-variations"); +} \ No newline at end of file diff --git a/packages/builder/index.html b/packages/builder/index.html index eb151de75c..ad47dd4841 100644 --- a/packages/builder/index.html +++ b/packages/builder/index.html @@ -5,9 +5,7 @@