/** * SPDX-License-Identifier: ISC * * Copyright (C) 2019 rsiddharth * * This file is part of nfsw. */ @font-face { font-family: roboto-black; src: url('/static/fonts/roboto-black.ttf'); } @font-face { font-family: roboto-regular; src: url('./fonts/roboto-regular.ttf'); } .sorry-grid { display: grid; grid-template-rows: 29vh 160px 29vh; grid-template-columns: auto 300px auto; } .sorry-grid-item { grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } header h1 { font-family: roboto-black; } p { font-family: roboto-regular; }