ADD альтернативный шрифт для заголовков

This commit is contained in:
Krivchikov Dmitry 2016-01-04 00:32:57 +03:00
parent 77c8357598
commit 15b6f39c5e
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
html {height: 100%;}
body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
html body h1 {font-family: Ubuntu;}
html body h2 {font-family: Ubuntu;}
html body h3 {font-family: Ubuntu;}
html body h1 {font-family: Ubuntu, sans-serif;}
html body h2 {font-family: Ubuntu, sans-serif;}
html body h3 {font-family: Ubuntu, sans-serif;}
div#map {width: 100%; position: absolute; top: 0; bottom: 0px;}
body.openBox div#map {right: 250px;}
div.clear {clear: both;}