From 8d466fda042e010f4a54953117763ff73f6745a8 Mon Sep 17 00:00:00 2001 From: Maryam Khan Date: Fri, 20 Dec 2024 12:14:41 -0800 Subject: [PATCH] Make 'Ask AI' button font consistent with page (#26620) ## Summary & Motivation When browsing Dagster's docs, I noticed that the "Ask AI" button's font seems to have a different font from the rest of the page. It seemed to use the default sans-serif font rather than the one in the theme. This is what it looked like on Chrome (v 131.0.6778.204 on Linux): ![Before - Chrome](https://github.com/user-attachments/assets/aa90441b-8773-42b4-93f5-58cfc6de6218) And on Firefox (v133.0.3, also on Linux): ![Before - Firefox](https://github.com/user-attachments/assets/23e459c7-1fbc-4690-b14e-e743711bbcfc) It's a really minor thing, but I looked into the source code, saw TailwindCSS, and thought I might as well make a PR :) ## How I Tested These Changes I made changes in the browser inspector and verified that these changes look alright. I also ran the documentation website locally. Here's a screenshot of the result: ![image](https://github.com/user-attachments/assets/327ef4b8-0bf1-48a9-8f6e-f1ea810525b4) --------- Co-authored-by: Colton Padden --- docs/next/pages/_document.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/pages/_document.js b/docs/next/pages/_document.js index aabbe84d81927..101c7d9b0e3e7 100644 --- a/docs/next/pages/_document.js +++ b/docs/next/pages/_document.js @@ -38,9 +38,9 @@ export default class MyDocument extends Document {
-
+