Move font-family customization to layout.css

This commit is contained in:
Frederic Junod
2014-10-30 12:44:47 +01:00
parent 178e3f1856
commit d4bd5f24c6
2 changed files with 4 additions and 7 deletions
+4
View File
@@ -11,6 +11,10 @@ body {
.ol-attribution {
max-width: calc(100% - 3em);
}
.ol-control button, .ol-attribution, .ol-scale-line-inner {
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
}
#tags {
display: none;
}