Browse Source

Jul 13 : [FIX] Bug Fixed 'jazzy_backend_theme'

pull/266/head
AjmalCybro 2 years ago
parent
commit
d55b41d2cb
  1. 2
      jazzy_backend_theme/views/style.xml

2
jazzy_backend_theme/views/style.xml

@ -3,7 +3,7 @@
<template id="code_custom_layout" inherit_id="web.layout" name="Custom Layout">
<xpath expr="//meta[@content='IE=edge,chrome=1']" position="after">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&amp;display=swap" rel="stylesheet"/>
</xpath>
</template>
</odoo>
Loading…
Cancel
Save