For slides and surviving recordings from the Prometheus Design Reviews, see Design Reviews
For the documentation submitted to the competition organizers, see Progress Updates
The following template changes the standard font to 'Roboto Condensed'.
This is the standard font for the RT Pages along with the 'Audiowide' titles.
If you'd like to use the 'Audiowide' title font, go to...
Insert -> Other Macros -> Align
Choose any Alignment for the text and type "A" for Class.
Align | ||
---|---|---|
| ||
Like so. |
vvv do not delete the following stylesheets: this is what gives us the 'Roboto Condensed' and 'Audiowide' font
CSS Stylesheet |
---|
@font-face {
font-family: 'Roboto Condensed';
src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2);
}
.wiki-content,
.wiki-content p,
.wiki-content table,
.wiki-content tr,
.wiki-content td,
.wiki-content th,
.wiki-content ol,
.wiki-content ul,
.wiki-content li {
background-color: #fff !important;
font-family: 'Roboto Condensed'; font-size: 15px; }
h1, h2, h3, h4, p, .wiki-content {
color: black !important;
} |
...