Skip to content

Commit 9cddbc4

Browse files
mhd-fettahjosStorer
authored andcommitted
change the font for more moder and easy to read font .
1 parent 15e185d commit 9cddbc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content-script/styles.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
2+
13
[data-theme='auto'] {
24
@import 'github-markdown-css/github-markdown.css';
35
@media screen and (prefers-color-scheme: dark) {
@@ -46,6 +48,9 @@
4648
flex-grow: 1;
4749
margin-bottom: 20px;
4850

51+
.chatgptbox-container * {
52+
font-family: 'Cairo', sans-serif;
53+
}
4954
.gpt-inner {
5055
border-radius: 8px;
5156
border: 1px solid;
@@ -117,7 +122,7 @@
117122
line-height: 1.6;
118123
border-radius: 8px;
119124
word-break: break-word;
120-
125+
font-family: 'Cairo', sans-serif;
121126
pre {
122127
margin-top: 10px;
123128
}

0 commit comments

Comments
 (0)