diff options
| author | 2026-05-03 16:49:41 +0700 | |
|---|---|---|
| committer | 2026-05-03 16:49:41 +0700 | |
| commit | d409b1938973e31a1bdfe903fed973f396709ca2 (patch) | |
| tree | 27e5f47b5c7caeb1eaaba5e897270a0bf256018c /views/pages/global-map.html | |
| parent | bcf964f0851cc2d7582085efda200b58e8c5704d (diff) | |
| download | web-d409b1938973e31a1bdfe903fed973f396709ca2.tar.gz web-d409b1938973e31a1bdfe903fed973f396709ca2.zip | |
feat: replace fa icons on homepage with freehand
feat: remove font-awesome embeds
Diffstat (limited to 'views/pages/global-map.html')
| -rw-r--r-- | views/pages/global-map.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index 34fb870..248d0b9 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -20,18 +20,6 @@ rel="stylesheet" href="{{ .StaticStorageBaseUrl }}/fonts/fonts.css" /> - <link - rel="stylesheet" - href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/fontawesome.min.css" - /> - <link - rel="stylesheet" - href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/brands.min.css" - /> - <link - rel="stylesheet" - href="{{ .StaticStorageBaseUrl }}/libs/font-awesome/7.2.0/css/solid.min.css" - /> {{ block "header" . }}{{ end }} <link rel="stylesheet" href="/output.css" /> <link |