mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2e9a9e267f
commit
e0b91abcb1
@ -1,9 +1,15 @@
|
||||
<html>
|
||||
|
||||
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Regular.ttf" />
|
||||
<link rel="stylesheet" href="css/fonts.css" />
|
||||
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: OpenSans;
|
||||
src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: OpenSans, sans-serif;
|
||||
background-color: transparent;
|
||||
@ -31,7 +37,7 @@ body {
|
||||
}
|
||||
.title span {
|
||||
display: block;
|
||||
margin-top: -8pt;
|
||||
margin-top: -6pt;
|
||||
margin-right: -8pt;
|
||||
font-size: 10pt;
|
||||
font-style: italic;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user