mirror of
https://github.com/heyman/heynote.git
synced 2024-12-01 20:33:58 +01:00
3b905951af
Add fonts: Hack and Open Sans. Change editor font to Hack.
9 lines
193 B
SCSS
Executable File
9 lines
193 B
SCSS
Executable File
/* BEGIN Extrabold */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
@include fontdef($OpenSansPath, $OpenSansVersion, "ExtraBold");
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
/* END Extrabold */
|