10 lines
280 B
CSS
10 lines
280 B
CSS
/* Fonts */
|
|
|
|
@font-face {
|
|
font-family: 'opensans';
|
|
src: url('opensans-regular.woff2?#iefix') format('woff2'),
|
|
url('opensans-regular.woff') format('woff'),
|
|
url('opensans-regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|