Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 138 → Rev 139

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