Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 139 → Rev 138

/website/dosega.ttf
Cannot display: file marked as a binary type.
svn:mime-type = application/x-font-ttf
Property changes:
Deleted: svn:mime-type
-application/x-font-ttf
\ No newline at end of property
/website/style.css
1,10 → 1,5
@import url(https://fonts.googleapis.com/css?Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);
 
@font-face {
font-family: 'dosega';
src: url('dosega.ttf');
}
 
p.title {
font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
}
25,7 → 20,7
white-space: pre-wrap;
font-size: 1.1em;
text-align: left;
font-family: 'dosega', monospace;
font-family: 'Oxygen Mono', monospace;
}
 
p.wondering {
36,7 → 31,7
}
 
html,body {
font-size: 1.1em;
font-size: 1.0em;
margin: 0;
padding: 0;
background-color: #B0B0B0;