mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
feat(components): index page components
This commit is contained in:
@@ -39,3 +39,13 @@ $fonts: (
|
||||
);
|
||||
|
||||
@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') 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user