Merge pull request #1240 from silke/breathe
Use a sans-serif font-family in breathe
This commit is contained in:
commit
a321da8511
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #eeeeee !important;
|
background-color: #eeeeee !important;
|
||||||
|
font-family: "Lucida Sans Unicode","Lucida Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
header #banner #logo-text {
|
header #banner #logo-text {
|
||||||
|
|
Loading…
Reference in a new issue