相対パスの修正
This commit is contained in:
parent
721e689b89
commit
4638de3865
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,35 +158,35 @@ $shadow-color-3: rgba(0,0,0,.12);
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src: local("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 {
|
@if $icon-font-style == outlined {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Outlined";
|
font-family: "Material Icons Outlined";
|
||||||
src: local("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 {
|
@if $icon-font-style == round {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Round";
|
font-family: "Material Icons Round";
|
||||||
src: local("Material Icons"),
|
src: local("Material Icons"),
|
||||||
url(".../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsRound-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if $icon-font-style == sharp {
|
@if $icon-font-style == sharp {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Sharp";
|
font-family: "Material Icons Sharp";
|
||||||
src: local("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 {
|
@if $icon-font-style == two-tone {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons Two Tone";
|
font-family: "Material Icons Two Tone";
|
||||||
src: local("Material Icons Two Tone"),
|
src: local("Material Icons Two Tone"),
|
||||||
url(".../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
url("../fonts/MaterialIconsTwoTone-Regular.otf") format('opentype');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user