This commit is contained in:
parent
ed464924b9
commit
4078835e4e
3 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
button {
|
button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-family: "Source Sans 3";
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-family: "Source Sans 3";
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -17,11 +17,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
font-family: "Source Sans 3";
|
||||||
font-size: 36pt;
|
font-size: 36pt;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
|
font-family: "Source Sans 3";
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue