WIP of new CSS
This commit is contained in:
parent
82affac438
commit
7f65ba506b
39 changed files with 156 additions and 98 deletions
BIN
src/skins/vector/fonts/MyriadPro-Bold.woff
Normal file
BIN
src/skins/vector/fonts/MyriadPro-Bold.woff
Normal file
Binary file not shown.
BIN
src/skins/vector/fonts/MyriadPro-BoldIt.woff
Normal file
BIN
src/skins/vector/fonts/MyriadPro-BoldIt.woff
Normal file
Binary file not shown.
BIN
src/skins/vector/fonts/MyriadPro-It.woff
Normal file
BIN
src/skins/vector/fonts/MyriadPro-It.woff
Normal file
Binary file not shown.
BIN
src/skins/vector/fonts/MyriadPro-Regular.woff
Normal file
BIN
src/skins/vector/fonts/MyriadPro-Regular.woff
Normal file
Binary file not shown.
BIN
src/skins/vector/fonts/MyriadPro-SemiBold.woff
Normal file
BIN
src/skins/vector/fonts/MyriadPro-SemiBold.woff
Normal file
Binary file not shown.
20
src/skins/vector/fonts/MyriadPro.css
Normal file
20
src/skins/vector/fonts/MyriadPro.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
@font-face {
|
||||
font-family: 'Myriad Pro';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Myriad Pro'), local('MyriadPro'), url(MyriadPro-Regular.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Myriad Pro';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Myriad Pro SemiBold'), local('MyriadPro-SemiBold'), url(MyriadPro-SemiBold.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Myriad Pro';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local('Myriad Pro Bold'), local('MyriadPro-Bold'), url(MyriadPro-Bold.woff) format('woff');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue