Browse Source

Run style formatter

main
Luke Murphy 4 years ago
parent
commit
75400bfcbb
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 34
      voicegardens/static/styles.css
  2. 2
      voicegardens/templates/about.html

34
voicegardens/static/styles.css

@ -1,57 +1,56 @@
/* Custom CSS styles */
@font-face {
font-family: 'Signika Bold';
src: url('fonts/Signika-Bold.ttf') format('ttf');
font-family: "Signika Bold";
src: url("fonts/Signika-Bold.ttf") format("ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Signika';
src: url('fonts/Signika-Regular.ttf') format('ttf');
font-family: "Signika";
src: url("fonts/Signika-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Rubik';
src: url('fonts/Rubik-Bold.ttf') format('ttf'),
url('fonts/rubik-bold-webfont.woff') format('woff'),
url('fonts/rubik-bold-webfont.woff2') format('woff2');
font-family: "Rubik";
src: url("fonts/Rubik-Bold.ttf") format("ttf"),
url("fonts/rubik-bold-webfont.woff") format("woff"),
url("fonts/rubik-bold-webfont.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Rubik';
src: url('fonts/Rubik-Regular.ttf') format('ttf');
font-family: "Rubik";
src: url("fonts/Rubik-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Rubik';
src: url('fonts/Rubik-Italic.ttf') format('ttf');
font-family: "Rubik";
src: url("fonts/Rubik-Italic.ttf") format("ttf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'PalanquinDark';
src: url('fonts/PalanquinDark-Bold.ttf') format('ttf');
font-family: "PalanquinDark";
src: url("fonts/PalanquinDark-Bold.ttf") format("ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'PalanquinDark';
src: url('fonts/PalanquinDark-Regular.ttf') format('ttf');
font-family: "PalanquinDark";
src: url("fonts/PalanquinDark-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
body {
height: 100vh;
margin: 0px;
@ -177,7 +176,6 @@ div.footer {
right: 25vw;
bottom: 2vh;
left: unset;
}
.leaf {

2
voicegardens/templates/about.html

@ -83,7 +83,7 @@
</p>
<h3>7. Licensing for the code</h3>
The code for this website is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a> and can be found <a href="https://git.vvvvvvaria.org/varia/voicegardens">here</a>.
The code for this website is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a> and can be found <a href="https://git.vvvvvvaria.org/varia/voicegardens">here</a>.
<h3>8. Browser Compatibility</h3>

Loading…
Cancel
Save