Removed phosphor icons font files
This commit is contained in:
@@ -43,8 +43,7 @@ a[href^='http'] {
|
||||
|
||||
a[href^='http']::after {
|
||||
position: absolute;
|
||||
content: "\e972";
|
||||
font-family: 'Phosphor-Fill' !important;
|
||||
content: url('/icon/square-arrow-out.svg');
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
|
||||
@@ -24,10 +24,6 @@ const { title } = Astro.props;
|
||||
<meta name="msapplication-TileColor" content="#00aba9">
|
||||
<meta name="theme-color" content="#a9d1eb">
|
||||
|
||||
<link rel="stylesheet" href="phicons/bold/style.css" />
|
||||
<link rel="stylesheet" href="phicons/fill/style.css" />
|
||||
<link rel="stylesheet" href="phicons/light/style.css" />
|
||||
|
||||
<link rel="stylesheet" href="leaflet/leaflet.css" rel="preload" />
|
||||
<script is:inline src="leaflet/leaflet.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user