We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e185d commit 9cddbc4Copy full SHA for 9cddbc4
src/content-script/styles.scss
@@ -1,3 +1,5 @@
1
+@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
2
+
3
[data-theme='auto'] {
4
@import 'github-markdown-css/github-markdown.css';
5
@media screen and (prefers-color-scheme: dark) {
@@ -46,6 +48,9 @@
46
48
flex-grow: 1;
47
49
margin-bottom: 20px;
50
51
+ .chatgptbox-container * {
52
+ font-family: 'Cairo', sans-serif;
53
+ }
54
.gpt-inner {
55
border-radius: 8px;
56
border: 1px solid;
@@ -117,7 +122,7 @@
117
122
line-height: 1.6;
118
123
119
124
word-break: break-word;
120
-
125
121
126
pre {
127
margin-top: 10px;
128
}
0 commit comments