Fix info and faq font.

This commit is contained in:
kovacsv 2022-02-09 17:38:54 +01:00
parent 485f6b5eda
commit 5b355e8695

View File

@ -1,15 +1,9 @@
@font-face
{
font-family: Quicksand;
src: url('../css/Quicksand/Quicksand-Regular.ttf');
}
html, body
{
color: #000000;
background: #ffffff;
font-size: 16px;
font-family: Quicksand, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth
}