mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
49 lines
991 B
Sass
49 lines
991 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"
|
|
|
|
a
|
|
color: #267D97
|
|
&:hover
|
|
text-decoration: underline
|
|
|
|
@mixin avenir
|
|
color: #333333
|
|
font-family: "AvenirBla_IE", "AvenirBla"
|
|
|
|
h1, h2, h3, h4, h5, h6, .avenir
|
|
@include avenir
|
|
padding: 0px
|
|
|
|
|
|
.light-grey
|
|
color: #666666
|
|
|
|
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
|