You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.1 KiB
19 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<template id="theme_watchhut_assets" inherit_id="website.assets_frontend">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<link rel="stylesheet" type="text/css" href="/theme_watchhut/static/src/css/style.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/theme_watchhut/static/src/css/font-awesome.min.css"/>
|
|
</xpath>
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript" src="/theme_watchhut/static/src/js/custom.js"/>
|
|
<script type="text/javascript" src="/theme_watchhut/static/src/js/custom_shop.js"/>
|
|
</xpath>
|
|
<xpath expr="." position="inside">
|
|
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap" rel="stylesheet"/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|