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.
27 lines
1.3 KiB
27 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<template id="theme_fuge_assets" inherit_id="website.assets_frontend">
|
|
<xpath expr="//link[last()]" position="after">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/theme_fuge/static/src/css/style.css"/>
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/theme_fuge/static/src/css/owl.carousel.min.css"/>
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/theme_fuge/static/src/css/owl.theme.default.min.css"/>
|
|
</xpath>
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript"
|
|
src="/theme_fuge/static/src/js/product.js"/>
|
|
<script type="text/javascript"
|
|
src="/theme_fuge/static/src/js/custom_background.js"/>
|
|
</xpath>
|
|
<xpath expr="." position="inside">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
|
|
rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap"
|
|
rel="stylesheet"/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|