今度こそ修正

This commit is contained in:
Rintan 2019-05-03 23:07:49 +09:00
parent 6f5ee22e3a
commit d4b1e369dd
2 changed files with 1 additions and 5 deletions

View File

@ -53,7 +53,7 @@
.fa-smile-o,
.fa-thumbs-o-up,
.fa-thumbs-o-down {
font-family: "Material Icons Extended";
font-family: "Material Icons";
}
.fa-th::before { content: "apps" }

View File

@ -16,9 +16,5 @@
{{if $channel_id}}var channelId = '{{$channel_id}}';{{/if}}{{* Used in e.g. autocomplete *}}
var preloadImages = {{$preload_images}};
</script>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>