dice function now on the website
- jQuery was added to make this work. - Cards were removed.
This commit is contained in:
parent
1d16cfc44b
commit
ab638b152c
158 changed files with 69420 additions and 47 deletions
10
node_modules/@mdi/font/scss/_path.scss
generated
vendored
Normal file
10
node_modules/@mdi/font/scss/_path.scss
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
@font-face {
|
||||
font-family: '#{$mdi-font-name}';
|
||||
src: url('#{$mdi-font-path}/#{$mdi-filename}-webfont.eot?v=#{$mdi-version}');
|
||||
src: url('#{$mdi-font-path}/#{$mdi-filename}-webfont.eot?#iefix&v=#{$mdi-version}') format('embedded-opentype'),
|
||||
url('#{$mdi-font-path}/#{$mdi-filename}-webfont.woff2?v=#{$mdi-version}') format('woff2'),
|
||||
url('#{$mdi-font-path}/#{$mdi-filename}-webfont.woff?v=#{$mdi-version}') format('woff'),
|
||||
url('#{$mdi-font-path}/#{$mdi-filename}-webfont.ttf?v=#{$mdi-version}') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue