mirror of
https://github.com/heyman/heynote.git
synced 2024-12-01 20:33:58 +01:00
9 lines
199 B
SCSS
9 lines
199 B
SCSS
|
/* BEGIN Bold Italic */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
@include fontdef($OpenSansPath, $OpenSansVersion, "BoldItalic");
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
/* END Bold Italic */
|