diff --git a/css/styles.css b/css/styles.css index 5e1504d..ce79f5b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,25 +1,26 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Roboto'; color: black; background-color: white; } p { - font-size: 0.5rem; -} - -h1 { - font-size: 2rem; -} - -h2 { - font-size: 1.5rem; -} - -h3 { font-size: 1rem; } -input[type=text] { - font-family: Arial, Helvetica, sans-serif; -} \ No newline at end of file +h1 { + font-size: 2.5rem; +} + +h2 { + font-size: 2rem; +} + +h3 { + font-size: 1.2rem; +} + +input[type=text], input[type=submit] { + font-family: 'Roboto'; +} + diff --git a/html/login.html b/html/login.html index 5c8ce74..219873f 100644 --- a/html/login.html +++ b/html/login.html @@ -11,7 +11,7 @@