minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-13 07:14:01 +03:00
parent 2e9a9e267f
commit e0b91abcb1

View File

@ -1,9 +1,15 @@
<html> <html>
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Regular.ttf" /> <link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Regular.ttf" />
<link rel="stylesheet" href="css/fonts.css" />
<style> <style>
@font-face {
font-family: OpenSans;
src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
}
body { body {
font-family: OpenSans, sans-serif; font-family: OpenSans, sans-serif;
background-color: transparent; background-color: transparent;
@ -31,7 +37,7 @@ body {
} }
.title span { .title span {
display: block; display: block;
margin-top: -8pt; margin-top: -6pt;
margin-right: -8pt; margin-right: -8pt;
font-size: 10pt; font-size: 10pt;
font-style: italic; font-style: italic;