mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
9 lines
477 B
Text
Vendored
9 lines
477 B
Text
Vendored
@font-face {
|
|
font-family: 'OpenSans-Regular';
|
|
src: url('/fonts/OpenSans-Regular.eot');
|
|
src: url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'), url('/fonts/OpenSans-Regular.woff') format('woff'), url('/fonts/OpenSans-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.font_sans { font-family: OpenSans-Regular, Arial, Helvetica, sans-serif; }
|