Skip to content
Snippets Groups Projects
Commit fb146f28 authored by Pablo Martin's avatar Pablo Martin
Browse files

port -> fix paquetes

parent fca58ebe
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ body {
@font-face {
font-family: 'PremierSans';
src: url('fonts/Premier Sans.otf') format('opentype'),
url('fonts/Premier Sans.ttf') format('truetype');
src: url('/fonts/Premier Sans.otf') format('opentype'),
url('/fonts/Premier Sans.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
......
......@@ -13,7 +13,7 @@
<!-- D3 -->
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="equipo.js" defer></script>
<script src="/ui/radarChart.js" defer></script>
<script src="/src/ui/radarChart.js" defer></script>
</head>
<body>
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment