diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 14:37:55 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 4f48232507b0b77d2126715bbda25fb21af66ab4 (patch) | |
tree | 3162d3934e963f6016ed6d8f46a501963c6a3fdb /src/index.html | |
parent | 39634bb91d8f0633357f60d2a1b67ea6fb5b0d1c (diff) |
FUNCT Replace icomoon with font-awesome
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 90b9b19..a2ab134 100644 --- a/src/index.html +++ b/src/index.html @@ -24,7 +24,7 @@ <div class="top"> <script id="app-template" type="x-tmpl-mustache"> <a href="#" class="button" id="app-{{id}}" app-id="{{ id }}" onclick="window.start(this);"> - <div class="{{ icon }}"> + <div class="icon {{ icon }}"> </div> <div class="label"> @@ -41,7 +41,7 @@ {{ hour }} </div> <div class="infoItem wheater"> - <span class="icon-rainy"></span> + <i class="fas fa-cloud-sun-rain"></i> 20ºC </div> </script> |