Fix manual font and icons.

This commit is contained in:
kovacsv 2022-02-08 21:24:34 +01:00
parent 524c2b9af8
commit 9b1cee697d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<title>Online 3D Viewer Manual</title>
<link rel="stylesheet" type="text/css" href="../o3dv/css/icons.css">
<link rel="stylesheet" type="text/css" href="../css/icons.css">
<link rel="stylesheet" type="text/css" href="info.css">
<!-- meta start -->

View File

@ -1,7 +1,7 @@
@font-face
{
font-family: Quicksand;
src: url('../o3dv/css/Quicksand/Quicksand-Regular.ttf');
src: url('../css/Quicksand/Quicksand-Regular.ttf');
}
html, body