diff --git a/css/ol.css b/css/ol.css index 4b87bdbfe8..f860f08934 100644 --- a/css/ol.css +++ b/css/ol.css @@ -99,7 +99,6 @@ } .ol-compass { display: block; - font-family: Arial; font-weight: normal; font-size: 1.2em; } @@ -222,12 +221,6 @@ button.ol-full-screen-true:after { width: 1.8em; } -.ol-control button, -.ol-attribution, -.ol-scale-line-inner { - font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif; -} - .ol-overviewmap { position: absolute; left: 0.5em; diff --git a/resources/layout.css b/resources/layout.css index abb8df1672..f4d25d5391 100644 --- a/resources/layout.css +++ b/resources/layout.css @@ -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; }