add @font-face for ubuntu

This commit is contained in:
error 2022-08-28 20:24:55 +02:00
parent fa1d18737f
commit d8943d8b43

View File

@ -1,3 +1,11 @@
@font-face {
font-family: 'ubuntu';
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('../fonts/Ubuntu-R.ttf') format('truetype');
}
:root
{
--teal: #008080;