Set default font to sans-serif

This commit is contained in:
spikecodes 2020-08-13 12:45:45 -07:00
parent 350e16e40b
commit 692cb40648
4 changed files with 6 additions and 0 deletions

View File

@ -3,8 +3,10 @@
<title>Libreddit</title>
<style>
* {
transition: 0.2s all;
margin: 0px;
color: white;
font-family: sans-serif;
}
html {

View File

@ -6,6 +6,7 @@
transition: 0.2s all;
margin: 0px;
color: white;
font-family: sans-serif;
}
html {

View File

@ -3,8 +3,10 @@
<title>Libreddit: r/{{sub}}</title>
<style>
* {
transition: 0.2s all;
margin: 0px;
color: white;
font-family: sans-serif;
}
html {

View File

@ -6,6 +6,7 @@
transition: 0.2s all;
margin: 0px;
color: white;
font-family: sans-serif;
}
html {