/* * Copyright (c) 2021-2023 Tebibyte Media * * TiB.css is free software: you can redistribute and/or modify it under the * terms of the GNU Affero General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later version. * * TiB.css is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * TiB.css. If not, see . */ @font-face { font-family: 'Ubuntu'; src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf'); url('https://tebibyte.media/assets/fonts/ubuntu.woff2'); url('https://tebibyte.media/assets/fonts/ubuntu.woff'); } @font-face { font-family: 'Ubuntu Mono Ligaturized'; src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf'); } * { box-sizing: border-box; font-family: 'Ubuntu'; scrollbar-color: #8f2424 transparent; } *:focus { outline: 2px solid hsl(0, 80%, 40%);; }