projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a15b8
)
added small fallback for non-font-face browsers
author
Owen Versteeg
<stereotypicalapps@live.com>
Mon, 6 Aug 2012 02:46:33 +0000
(23:46 -0300)
committer
Owen Versteeg
<stereotypicalapps@live.com>
Mon, 6 Aug 2012 02:46:33 +0000
(23:46 -0300)
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
css/main.css
patch
|
blob
|
history
diff --git
a/css/main.css
b/css/main.css
index 75af1fc7fb4ee701892fa684affe2797b5de191d..12cec0ae1fb0e7829778406f2bd4ceaec06c2e61 100644
(file)
--- a/
css/main.css
+++ b/
css/main.css
@@
-71,7
+71,7
@@
body {
color: #eee;
- font-family: 'League Gothic', sans-serif;
+ font-family: 'League Gothic',
Impact,
sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;