From fc3d45722ddfd6e431de4593bbf393f8e3e6bb0f Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Sat, 23 Sep 2023 09:58:40 +0200 Subject: [PATCH] Fix prettier issues --- src/css/glyphicons.css | 3 ++- src/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/glyphicons.css b/src/css/glyphicons.css index 3b891427..ae744bdd 100644 --- a/src/css/glyphicons.css +++ b/src/css/glyphicons.css @@ -1,7 +1,8 @@ @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') + src: + url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), diff --git a/src/index.html b/src/index.html index 12225b95..a2e809cc 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ - +