Framework CCCS page
This commit is contained in:
parent
09aba964a9
commit
8f812ab935
319 changed files with 24165 additions and 50 deletions
22
content/styles/_customfonts.scss
Normal file
22
content/styles/_customfonts.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
@font-face {
|
||||
font-family: 'TitilliumText';
|
||||
src: url('/fonts/titilliumtext22l002-webfont.eot');
|
||||
src: url('/fonts/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/titilliumtext22l002-webfont.woff') format('woff'),
|
||||
url('/fonts/titilliumtext22l002-webfont.ttf') format('truetype'),
|
||||
url('/fonts/titilliumtext22l002-webfont.svg#TitilliumText22LLight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'TitilliumText';
|
||||
src: url('/fonts/titilliumtext22l006-webfont.eot');
|
||||
src: url('/fonts/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/titilliumtext22l006-webfont.woff') format('woff'),
|
||||
url('/fonts/titilliumtext22l006-webfont.ttf') format('truetype'),
|
||||
url('/fonts/titilliumtext22l006-webfont.svg#TitilliumText22LXBold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue