Skip to content

Commit

Permalink
Update medium.css
Browse files Browse the repository at this point in the history
  • Loading branch information
diomed authored Jul 1, 2023
1 parent 1519464 commit dedd4c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions medium.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext);
@import url('https://rsms.me/inter/inter.css');

html {
font-size: 19px;
Expand All @@ -10,7 +9,7 @@ html, body {

}
body {
font-family: Noe Display, "Lora", Inter, serif;
font-family: Noe Display, "Lora", Georgia, serif;
color: #2c3e50;
line-height: 1.4;
text-align: justify;
Expand Down Expand Up @@ -304,4 +303,4 @@ table tbody+tbody {
margin-left: -1.3em;
margin-top: calc(1rem - 12px);
}
::selection {background-color: #D1FAE5};
::selection {background-color: #D1FAE5};

0 comments on commit dedd4c6

Please sign in to comment.