self hostingを模索
This commit is contained in:
parent
3d3eb47e9f
commit
6f5ee22e3a
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.ttf
Normal file
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.ttf
Normal file
Binary file not shown.
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.woff
Normal file
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.woff
Normal file
Binary file not shown.
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.woff2
Normal file
BIN
view/theme/plusfuture/css/fonts/MaterialIcons-Regular.woff2
Normal file
Binary file not shown.
@ -1,4 +1,17 @@
|
|||||||
/* include icon font */
|
/* include icon font */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Material Icons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local('Material Icons'),
|
||||||
|
local('MaterialIcons-Regular'),
|
||||||
|
url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
||||||
|
url(fonts/MaterialIcons-Regular.woff) format('woff'),
|
||||||
|
url(fonts/MaterialIcons-Regular.ttf) format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* define icon font */
|
||||||
.material-icons {
|
.material-icons {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Reference in New Issue
Block a user