From 4638de3865cda852b752081b3244419a09269c74 Mon Sep 17 00:00:00 2001 From: Rintan <12230083+Rintan@users.noreply.github.com> Date: Sun, 6 Dec 2020 12:49:48 +0900 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=AF=BE=E3=83=91=E3=82=B9=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../styles/mastodon-material-dark/theme/_mixins.scss | 10 +++++----- .../styles/mastodon-material-light/theme/_mixins.scss | 10 +++++----- .../styles/material-black/theme/_mixins.scss | 10 +++++----- app/javascript/styles/material-dark/theme/_mixins.scss | 10 +++++----- .../styles/material-light/theme/_mixins.scss | 10 +++++----- app/javascript/styles/plus/theme/_mixins.scss | 10 +++++----- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/app/javascript/styles/mastodon-material-dark/theme/_mixins.scss b/app/javascript/styles/mastodon-material-dark/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/mastodon-material-dark/theme/_mixins.scss +++ b/app/javascript/styles/mastodon-material-dark/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } } diff --git a/app/javascript/styles/mastodon-material-light/theme/_mixins.scss b/app/javascript/styles/mastodon-material-light/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/mastodon-material-light/theme/_mixins.scss +++ b/app/javascript/styles/mastodon-material-light/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } } diff --git a/app/javascript/styles/material-black/theme/_mixins.scss b/app/javascript/styles/material-black/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/material-black/theme/_mixins.scss +++ b/app/javascript/styles/material-black/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } } diff --git a/app/javascript/styles/material-dark/theme/_mixins.scss b/app/javascript/styles/material-dark/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/material-dark/theme/_mixins.scss +++ b/app/javascript/styles/material-dark/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } } diff --git a/app/javascript/styles/material-light/theme/_mixins.scss b/app/javascript/styles/material-light/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/material-light/theme/_mixins.scss +++ b/app/javascript/styles/material-light/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } } diff --git a/app/javascript/styles/plus/theme/_mixins.scss b/app/javascript/styles/plus/theme/_mixins.scss index bdfef2e2f..74f4085ec 100644 --- a/app/javascript/styles/plus/theme/_mixins.scss +++ b/app/javascript/styles/plus/theme/_mixins.scss @@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12); @font-face { font-family: "Material Icons"; src: local("Material Icons"), - url(".../fonts/MaterialIcons-Regular.ttf") format('truetype'); + url("../fonts/MaterialIcons-Regular.ttf") format('truetype'); } } @if $icon-font-style == outlined { @font-face { font-family: "Material Icons Outlined"; src: local("Material Icons Outlined"), - url(".../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsOutlined-Regular.otf") format('opentype'); } } @if $icon-font-style == round { @font-face { font-family: "Material Icons Round"; src: local("Material Icons"), - url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsRound-Regular.otf") format('opentype'); } } @if $icon-font-style == sharp { @font-face { font-family: "Material Icons Sharp"; src: local("Material Icons Sharp"), - url(".../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsSharp-Regular.otf") format('opentype'); } } @if $icon-font-style == two-tone { @font-face { font-family: "Material Icons Two Tone"; src: local("Material Icons Two Tone"), - url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); + url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype'); } } }