diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..13ee2b0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nuxt.isNuxtApp": false +} \ No newline at end of file diff --git a/Font Awesome/light.css b/Font Awesome/light.css index 18d57fc..655d112 100644 --- a/Font Awesome/light.css +++ b/Font Awesome/light.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/regular.css b/Font Awesome/regular.css index efe1892..d2dcc72 100644 --- a/Font Awesome/regular.css +++ b/Font Awesome/regular.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/solid.css b/Font Awesome/solid.css index 0e0a784..9d827d8 100644 --- a/Font Awesome/solid.css +++ b/Font Awesome/solid.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/thin.css b/Font Awesome/thin.css index cede7ef..69e106e 100644 --- a/Font Awesome/thin.css +++ b/Font Awesome/thin.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +}