font change

e
This commit is contained in:
Durvenson 2020-07-30 13:07:15 -04:00
parent 40e4d353b0
commit 8f1bf7bb55

View file

@ -1,12 +1,12 @@
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap"); @import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
html { html {
background: repeating-linear-gradient(45deg,#404d9c,#404d9c 10px,#263278 10px,#363278 20px); background: repeating-linear-gradient(45deg,#404d9c,#404d9c 10px,#263278 10px,#363278 20px);
color: #DDDDDD; color: #DDDDDD;
font-family: Balsamiq Sans, cursive; font-family: Medieval Sharp, cursive;
overflow: hidden; overflow: hidden;
} }
button { button {
font-family: Balsamiq Sans, cursive; font-family: Medieval Sharp, cursive;
font-size: 20px; font-size: 20px;
margin: 4px; margin: 4px;
background-color: #222288FF; background-color: #222288FF;