mirror of
https://github.com/heyman/heynote.git
synced 2024-12-02 12:53:23 +01:00
9 lines
190 B
SCSS
9 lines
190 B
SCSS
|
/* BEGIN Semibold */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
@include fontdef($OpenSansPath, $OpenSansVersion, "Semibold");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
/* END Semibold */
|