3eaaf68524
Change-Id: I3a3f1f2dc1315eaa151033a1daee38bb31d7eb37
14 lines
324 B
SCSS
14 lines
324 B
SCSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: bold;
|
|
}
|