projects
/
frida
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0606f0d
)
Add custom font
author
Christoph Egger
<Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:27:39 +0000
(21:27 +0100)
committer
Christoph Egger
<Christoph.Egger@cs.fau.de>
Sat, 6 Dec 2014 20:27:39 +0000
(21:27 +0100)
html/main.css
patch
|
blob
|
history
diff --git
a/html/main.css
b/html/main.css
index 94f41cbc8d0aa77a44fff871b2eaa51f92756245..075777ac3d8920f69f601441977bfa450a208ea1 100644
(file)
--- a/
html/main.css
+++ b/
html/main.css
@@
-1,6
+1,17
@@
+@font-face {
+ font-family: SourceCodePro;
+ src: url('https://static.siccegge.de/WOFF/OTF/SourceCodePro-Regular.otf.woff');
+}
+
+@font-face {
+ font-family: SourceSansPro;
+ src: url('https://static.siccegge.de/WOFF/OTF/SourceSansPro-Regular.otf.woff');
+}
+
* {
margin: 0;
padding: 0;
+ font-family: SourceSansPro
}
body {