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