mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
refactor(app): update deps, decomposition, formatting
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
@font-face {
|
||||
font-family: $font-family;
|
||||
src: url('#{$font-with-path}.eot');
|
||||
src: local('#{$font-with-dash}'), local('#{$font-with-space}'),
|
||||
src:
|
||||
local('#{$font-with-dash}'),
|
||||
local('#{$font-with-space}'),
|
||||
url('#{$font-with-path}.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$font-with-path}.woff2') format('woff2'),
|
||||
url('#{$font-with-path}.woff') format('woff'),
|
||||
@@ -19,7 +21,8 @@
|
||||
@font-face {
|
||||
font-family: $font-family;
|
||||
src: url('#{$font-with-path}Italic.eot');
|
||||
src: local('#{$font-with-dash}Italic'),
|
||||
src:
|
||||
local('#{$font-with-dash}Italic'),
|
||||
local('#{$font-with-space} Italic'),
|
||||
url('#{$font-with-path}Italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('#{$font-with-path}Italic.woff2') format('woff2'),
|
||||
@@ -39,15 +42,16 @@ $fonts: (
|
||||
Black: 700,
|
||||
);
|
||||
|
||||
@include MakeFont('Formular', $fonts, '@/assets/fonts/formular');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Serif';
|
||||
src: url('@/assets/fonts/computer-modern/cmunrm.eot');
|
||||
src: url('@/assets/fonts/computer-modern/cmunrm.eot?#iefix')
|
||||
src:
|
||||
url('@/assets/fonts/computer-modern/cmunrm.eot?#iefix')
|
||||
format('embedded-opentype'),
|
||||
url('@/assets/fonts/computer-modern/cmunrm.woff') format('woff'),
|
||||
url('@/assets/fonts/computer-modern/cmunrm.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@include MakeFont('Formular', $fonts, '@/assets/fonts/formular');
|
||||
|
||||
Reference in New Issue
Block a user