mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
10 lines
477 B
Text
10 lines
477 B
Text
|
@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; }
|