mirror of
https://github.com/heyman/heynote.git
synced 2024-11-23 00:13:08 +01:00
9 lines
190 B
SCSS
9 lines
190 B
SCSS
|
/* BEGIN Regular */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
@include fontdef($OpenSansPath, $OpenSansVersion, "Regular");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
/* END Regular */
|