mirror of
https://github.com/heyman/heynote.git
synced 2025-02-22 13:11:17 +01:00
9 lines
179 B
SCSS
Executable File
9 lines
179 B
SCSS
Executable File
/* BEGIN Bold */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
@include fontdef($OpenSansPath, $OpenSansVersion, "Bold");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
/* END Bold */
|