site/assets/TiB.css

40 lines
1.2 KiB
CSS
Raw Permalink Normal View History

/*
* 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 <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/
2022-06-04 13:51:41 +00:00
@font-face {
2023-10-04 19:28:48 +00:00
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');
}
2022-06-04 13:51:41 +00:00
2023-10-04 19:28:48 +00:00
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
2022-09-16 06:05:42 +00:00
* {
2023-10-04 19:28:48 +00:00
box-sizing: border-box;
font-family: 'Ubuntu';
scrollbar-color: #8f2424 transparent;
}
2022-09-19 21:35:59 +00:00
*:focus {
2023-10-04 19:28:48 +00:00
outline: 2px solid hsl(0, 80%, 40%);;
}