Skip to content
Snippets Groups Projects
Commit 4e226c83 authored by Martyn Welch's avatar Martyn Welch Committed by Emanuele Aina
Browse files

Unify font used for Apertis website


The website is using a mix of serif and sans-serif fonts, switch to using
sans-serif throughout site to make it more uniform.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 4c17e7ac
No related branches found
No related tags found
1 merge request!168Unify font used for Apertis website
Pipeline #190138 passed
......@@ -3,7 +3,7 @@
/* --- General --- */
body {
font-family: 'Lora', 'Times New Roman', serif;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 18px;
color: #404040;
position: relative;
......@@ -297,7 +297,7 @@ footer .list-inline {
padding: 0;
}
footer .copyright {
font-family: Open Sans;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center;
margin-bottom: 0;
}
......@@ -369,7 +369,7 @@ footer .theme-by {
text-decoration: none;
}
.post-preview .post-entry {
font-family: 'Lora', 'Times New Roman', serif;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post-entry-container {
display: inline-block;
......@@ -878,7 +878,7 @@ div.notices.tip p:first-child:after {
}
.sidebar-page a {
font-family: 'Lora', 'Times New Roman', serif;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* --- PDF Note --- */
......
  • Owner

    @martyn, I think you forgot to change your Git config back :wink:

  • Author Owner

    @andrewsh I setup a test account using the same email address. Even though I changed it once I realised, it's not sorted it. I'll worry if it doesn't sort it's self out when I delete the test account.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment