mirror of
https://github.com/heyman/heynote.git
synced 2024-11-29 03:13:48 +01:00
3b905951af
Add fonts: Hack and Open Sans. Change editor font to Hack.
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 */
|