Add custom font

This commit is contained in:
Late Night Defender 2023-08-03 14:08:41 +07:00
parent 0c558b106e
commit 55c8df69d0
3 changed files with 10 additions and 0 deletions

Binary file not shown.

8
cantarell/cantarell.css Normal file
View file

@ -0,0 +1,8 @@
/* cantarell-regular */
@font-face {
font-family: Cantarell;
font-style: normal;
font-weight: 400;
src: local("Cantarell Regular"), local("Cantarell-Regular"), url(cantarell-regular.woff2) format("woff2");
}

View file

@ -1,3 +1,5 @@
@import url("cantarell/cantarell.css");
html *
{
font-family: Cantarell, sans-serif;