Font, typography, correct footer image
This commit is contained in:
parent
74c8729f17
commit
3f6621e00c
14 changed files with 1150 additions and 1 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