mirror of
https://github.com/heyman/heynote.git
synced 2025-02-11 07:49:37 +01:00
9 lines
210 B
SCSS
Executable File
9 lines
210 B
SCSS
Executable File
/* BEGIN Semibold Italic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
@include fontdef($OpenSansPath, $OpenSansVersion, "SemiboldItalic");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
/* END Semibold Italic */
|