Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
classA

Fin Can Research

We conducted research on several prospective materials, displayed in the attached spreadsheet. The decision on what material will be used for Medusa's fin can has not been done yet, and once that decision has been made, the process taken to reach that decision will be delineated here.

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;
}
CSS Stylesheet
@font-face {
  font-family: 'Audiowide';
  src: url(https://fonts.gstatic.com/s/audiowide/v16/l7gdbjpo0cum0ckerWCdlg_O.woff2);
}
.A,
.A p,
.A table,
.A tr,
.A td,
.A th,
.A ol,
.A ul,
.A li { font-family: 'Audiowide'; font-size: 30px; }
.A img { max-width: 100% }