Browse Source

font change

main
Cailean Finn 4 months ago
parent
commit
467d60e0e5
  1. 24
      static/assets/styles.css

24
static/assets/styles.css

@ -1,8 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/* styles.css */ /* styles.css */
body { body {
font-family: Arial, sans-serif; font-family: "Source Sans 3", sans-serif;
background-color: white; background-color: white;
color: black; color: black;
margin: auto; margin: auto;
@ -114,8 +115,13 @@ body {
margin-bottom: 20px; margin-bottom: 20px;
} }
.article-cont big{
font-family: 'Space Mono', monospace;
}
.article-cont p { .article-cont p {
font-size: 17.5px; font-family: "Source Sans 3", sans-serif;
font-size: 20px;
line-height: 30px; line-height: 30px;
} }
@ -147,7 +153,8 @@ body {
.content-cont .article-cont a { .content-cont .article-cont a {
color: red; color: red;
text-decoration: none; text-decoration: none;
font-style: oblique; font-family: 'Space Mono', monospace;
font-size: 17.5px;
} }
.content-cont .opp-cont p a { .content-cont .opp-cont p a {
@ -392,6 +399,17 @@ body {
text-decoration: none; text-decoration: none;
} }
.event-text {
font-family: "Source Sans 3", sans-serif;
font-size: 20px;
line-height: 30px;
}
.opp-text {
font-family: "Source Sans 3", sans-serif;
font-size: 20px;
line-height: 30px;
}
/* hr { /* hr {
border: 0; border: 0;

Loading…
Cancel
Save