Merge pull request #4559 from expsa/fix-base-msr_sar_symbol

[FIX] fonts issue
This commit is contained in:
Tahir Hassan 2025-09-03 18:10:31 +04:00 committed by GitHub
commit 771c360023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -8,19 +8,19 @@
</xpath>
</template>
<template id="assets_frontend" name="msr_assets_frontend" inherit_id="web.assets_frontend">
<!-- <template id="assets_frontend" name="msr_assets_frontend" inherit_id="web.assets_frontend">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/css"
href="/msr_sar_symbol/static/src/css/style.css" />
</xpath>
</template>
</template> -->
<template id="assets_common" name="msr_assets_common" inherit_id="web.assets_common">
<!-- <template id="assets_common" name="msr_assets_common" inherit_id="web.assets_common">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/css"
href="/msr_sar_symbol/static/src/css/style.css" />
</xpath>
</template>
</template> -->
<template id="report_assets_common" name="msr_report_assets_common"
inherit_id="web.report_assets_common">