Skip to content

Commit 9a5e4ff

Browse files
authored
Update dark-mode.css
Ubuntu is a sans serif font
1 parent fcc2f55 commit 9a5e4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/dark-mode.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
9292
}
9393

9494
.cinzel{
95-
font-family: 'Ubuntu', serif !important;
95+
font-family: 'Ubuntu', sans-serif !important;
9696
}
9797

9898
[data-theme="dark"] .form-control, [data-theme="dark"] #id_topic, [data-theme="dark"] #id_tags {

0 commit comments

Comments
 (0)