ADD альтернативный шрифт для заголовков
This commit is contained in:
parent
77c8357598
commit
15b6f39c5e
|
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
html {height: 100%;}
|
html {height: 100%;}
|
||||||
body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
|
body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
|
||||||
html body h1 {font-family: Ubuntu;}
|
html body h1 {font-family: Ubuntu, sans-serif;}
|
||||||
html body h2 {font-family: Ubuntu;}
|
html body h2 {font-family: Ubuntu, sans-serif;}
|
||||||
html body h3 {font-family: Ubuntu;}
|
html body h3 {font-family: Ubuntu, sans-serif;}
|
||||||
div#map {width: 100%; position: absolute; top: 0; bottom: 0px;}
|
div#map {width: 100%; position: absolute; top: 0; bottom: 0px;}
|
||||||
body.openBox div#map {right: 250px;}
|
body.openBox div#map {right: 250px;}
|
||||||
div.clear {clear: both;}
|
div.clear {clear: both;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue