change the font for more moder and easy to read font .

This commit is contained in:
Fettah
2023-03-23 12:10:18 +08:00
committed by josc146
parent 51daf89a42
commit e4968ba966
+6 -1
View File
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
[data-theme='auto'] {
@import 'github-markdown-css/github-markdown.css';
@media screen and (prefers-color-scheme: dark) {
@@ -46,6 +48,9 @@
flex-grow: 1;
margin-bottom: 20px;
.chatgptbox-container * {
font-family: 'Cairo', sans-serif;
}
.gpt-inner {
border-radius: 8px;
border: 1px solid;
@@ -117,7 +122,7 @@
line-height: 1.6;
border-radius: 8px;
word-break: break-word;
font-family: 'Cairo', sans-serif;
pre {
margin-top: 10px;
}