diff options
author | Özgür Kesim <oec@codeblau.de> | 2017-11-27 12:04:36 -0800 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2017-11-27 12:04:36 -0800 |
commit | 62f1f72f402a83af4a0bf992bc460898883efa98 (patch) | |
tree | e907805787b38b806e0c1dbed5338b38cc54ddec | |
parent | 3256e0bbb5a077e16d2548b837b3d1e62346e6e3 (diff) |
make Calibri or Verdana default font
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ body { width: 100%; margin:0; overflow:hidden; + font-family:Calibri,Verdana,Sans-Serif; } #top { |