definicao de layout
This commit is contained in:
13
public/assets/scss/themify/_path.scss
Normal file
13
public/assets/scss/themify/_path.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
/* FONT PATH
|
||||
* -------------------------- */
|
||||
|
||||
@font-face {
|
||||
font-family: 'themify';
|
||||
src:url('#{$ti-font-path}/themify.eot?-fvbane');
|
||||
src:url('#{$ti-font-path}/themify.eot?#iefix-fvbane') format('embedded-opentype'),
|
||||
url('#{$ti-font-path}/themify.woff?-fvbane') format('woff'),
|
||||
url('#{$ti-font-path}/themify.ttf?-fvbane') format('truetype'),
|
||||
url('#{$ti-font-path}/themify.svg?-fvbane#themify') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user