Skip to content
Snippets Groups Projects
Commit d4a752b2 authored by Robin Leber's avatar Robin Leber
Browse files

FIX: font family

parent c722f7c0
No related branches found
No related tags found
No related merge requests found
body { body {
background-color: rgb(249, 249, 249); background-color: rgb(249, 249, 249);
font-family: "Times New Roman", Times, serif;
} }
.App { .App {
...@@ -182,6 +183,7 @@ body { ...@@ -182,6 +183,7 @@ body {
cursor: pointer; cursor: pointer;
width: 120px; width: 120px;
box-shadow: gray 0px 6px 6px -6px; box-shadow: gray 0px 6px 6px -6px;
font-family: "Times New Roman", Times, serif;
} }
#Deploy { #Deploy {
......
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