mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
37 lines
866 B
Sass
37 lines
866 B
Sass
@font-face
|
|
font-family: 'AvenirBla_IE'
|
|
src: url("/AveniBla.eot") format("opentype")
|
|
|
|
@font-face
|
|
font-family: 'AvenirBla'
|
|
src: url("/AvenirLTStd-Black.otf") format("opentype")
|
|
|
|
@font-face
|
|
font-family: 'AvenirMed_IE'
|
|
src: url("/AveniMed.eot") format("opentype")
|
|
|
|
@font-face
|
|
font-family: 'AvenirMed'
|
|
src: url("/AvenirLTStd-Medium.otf") format("opentype")
|
|
|
|
//body
|
|
//font-family: "AvenirBla_IE", "AvenirBla"
|
|
|
|
h1, h2, h3, h4, h5, h6, .avenir
|
|
color: #333333
|
|
font-family: "AvenirBla_IE", "AvenirBla"
|
|
padding: 0px
|
|
|
|
strong.avenir
|
|
font-weight: normal // Avenir is basically bold anyway
|
|
|
|
td
|
|
font-family: "helvetica"
|
|
|
|
// These selectors match the default Foundation selectors
|
|
// For clean overriden magic
|
|
table tr th, table tr td
|
|
color: #333333
|
|
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td
|
|
color: #333333
|