mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 22:32:45 +00:00
38 lines
668 B
Plaintext
38 lines
668 B
Plaintext
@font-face {
|
|
font-family : CodeLight;
|
|
src : url('/assets/naturalCrit/logo/CODE Light.otf');
|
|
}
|
|
@font-face {
|
|
font-family : CodeBold;
|
|
src : url('/assets/naturalCrit/logo/CODE Bold.otf');
|
|
}
|
|
|
|
|
|
.logo{
|
|
color : white;
|
|
text-decoration: none;
|
|
display: block;
|
|
|
|
svg{
|
|
//vertical-align : middle;
|
|
height : 0.9em;
|
|
margin-right : 0.2em;
|
|
cursor : pointer;
|
|
fill : white;
|
|
}
|
|
|
|
span.name{
|
|
//font-size: 1em;
|
|
//line-height: 0.3em;
|
|
font-family : 'CodeLight';
|
|
span.crit{
|
|
font-family : 'CodeBold';
|
|
}
|
|
small{
|
|
font-size: 0.3em;
|
|
font-family : 'Open Sans';
|
|
font-weight: 800;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
} |