comparison sat_templates/templates/bulma/base/base.html @ 402:2bbcb7da56bc default tip

bulma: use Font-Awesome instead of Fontello + start of major redesign: - Font-Awesome is now used instead of Fontello, following change in Libervia Media. - This is a beginning of a major redesign of the web templates/web frontend. This currently breaks a lot of thing.
author Goffi <goffi@goffi.org>
date Sat, 26 Oct 2024 22:53:26 +0200
parents 0e454358ca49
children
comparison
equal deleted inserted replaced
401:0e454358ca49 402:2bbcb7da56bc
14 <html> 14 <html>
15 <head> 15 <head>
16 <meta charset="utf-8"> 16 <meta charset="utf-8">
17 <meta name="viewport" content="width=device-width, initial-scale=1"> 17 <meta name="viewport" content="width=device-width, initial-scale=1">
18 {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} 18 {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #}
19 <link rel='stylesheet' type="text/css" href='{{media_path}}fonts/fontello/css/fontello.css'> 19 <link rel='stylesheet' type="text/css" href='{{build_path}}node_modules/@fortawesome/fontawesome-free/css/all.min.css'>
20 <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_libervia.css'> 20 <link rel='stylesheet' type="text/css" href='{{build_path}}node_modules/bulma/css/bulma.min.css'>
21 21
22 {% if norobots %} 22 {% if norobots %}
23 <meta name="robots" content="noindex, nofollow"> 23 <meta name="robots" content="noindex, nofollow">
24 {% endif %} 24 {% endif %}
25 25