mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
fix fonts path
This commit is contained in:
parent
e7721049f8
commit
9aa248f32d
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
*.map
|
||||
*.scssc
|
||||
*.cache
|
||||
node_modules
|
||||
node_modules
|
||||
.directory
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<title>Style Test</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../Install/Application/Backend/Themes/Default/css/backend-small.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../Resources/fontawesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../Resources/fonts/fontawesome/css/font-awesome.min.css">
|
||||
<script src="../../../jsOMS/Utils/oLib.js"></script>
|
||||
<script src="load.js" type="module"></script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user