fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'custompdf'
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
logo.css
1
/* Logo font */
2
@font-face {
3
/* IE version */
4
font-family: WL-Logo;
5
src: url(/static/fonts/WL.eot);
6
}
7
@font-face {
8
font-family: WL-Logo;
9
src: url(/static/fonts/WL.ttf) format("truetype");
10
}
11
12
#logo {
13
margin-left: 1.5em;
14
}
15
#logo a {
16
font-family: WL-Logo;
17
}