Add about and external link sections

This commit is contained in:
Late Night Defender 2023-08-05 04:37:29 +07:00
parent 9b123b6783
commit 764feef956
8 changed files with 70 additions and 29 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,4 +5,11 @@
font-weight: 400;
src: local("Cantarell Regular"), local("Cantarell-Regular"), url(cantarell-regular.woff2) format("woff2");
}
/* cantarell-bold */
@font-face {
font-family: Cantarell;
font-style: normal;
font-weight: 700;
src: local("Cantarell Bold"), local("Cantarell-Bold"), url(cantarell-bold.woff2) format("woff2");
}