mirror of
https://github.com/heyman/heynote.git
synced 2024-11-23 00:13:08 +01:00
3b905951af
Add fonts: Hack and Open Sans. Change editor font to Hack.
9 lines
187 B
SCSS
Executable File
9 lines
187 B
SCSS
Executable File
/* BEGIN Italic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
@include fontdef($OpenSansPath, $OpenSansVersion, "Italic");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
/* END Italic */
|