mirror of
https://github.com/heyman/heynote.git
synced 2024-12-03 05:14:59 +01:00
3b905951af
Add fonts: Hack and Open Sans. Change editor font to Hack.
5 lines
295 B
SCSS
5 lines
295 B
SCSS
@mixin fontdef($OpenSansPath, $OpenSansVersion, $FontType:"Regular") {
|
|
src: url('#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff2?v=#{$OpenSansVersion}') format('woff2'),
|
|
url('#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff?v=#{$OpenSansVersion}') format('woff');
|
|
}
|