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.
20 lines
977 B
20 lines
977 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates id="template" xml:space="preserve">
|
|
<!-- Pop up for adding google font-->
|
|
<div t-name="backend_theme_infinito_plus.dialog.addGoogleFont">
|
|
<div class="mb-3 row">
|
|
<label class="col-form-label col-md-3" for="google_font_html">Google Font address</label>
|
|
<div class="col-md-9">
|
|
<textarea id="google_font_html_infinito"
|
|
class="form-control o_input_google_font"
|
|
placeholder="https://fonts.google.com/specimen/Roboto"
|
|
style="height: 100px;"/>
|
|
<span class="float-end text-muted">
|
|
Select one font on <a target="_blank"
|
|
href="https://fonts.google.com">fonts.google.com</a> and
|
|
copy paste the address of the font page here.
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</templates>
|
|
|