Update access_denied.html

This commit is contained in:
Emyll Almonte
2020-11-25 01:10:31 -05:00
committed by GitHub
parent 6f4893d98c
commit 4d4dfe4eef

View File

@@ -5,7 +5,7 @@
<title>Access denied</title>
<style type="text/css">
@font-face {
font-family: Roboto, Helvetica, Arial, sans-serif;
font-family: Roboto;
src: url('google-roboto-regular-webfont.woff2') format('woff2'),
url('google-roboto-regular-webfont.woff') format('woff');
font-weight: normal;
@@ -37,7 +37,7 @@ h1 {
margin-top: -5px;
}
.description {
font-family: Roboto;
font-family: Roboto, Helvetica, Arial, sans-serif;
}
.description p {
font-size: 18px;