diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-04-11 02:42:27 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-04-11 02:42:27 +0200 |
| commit | 816d4add6f017775bc1f6607e392bfb71e393ffa (patch) | |
| tree | 33a25a5b7420c9a1d4d606b312748a5a7426a0b8 /src_web/style/fonts/_font.scss | |
| parent | f8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (diff) | |
repository refactoring
Diffstat (limited to 'src_web/style/fonts/_font.scss')
| -rw-r--r-- | src_web/style/fonts/_font.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src_web/style/fonts/_font.scss b/src_web/style/fonts/_font.scss deleted file mode 100644 index 0687d02..0000000 --- a/src_web/style/fonts/_font.scss +++ /dev/null @@ -1,9 +0,0 @@ -
-@mixin font($variant, $type, $weight, $style) {
- @font-face {
- font-family: '#{$variant}';
- src: url('../../fonts/#{$variant}/#{$variant}-#{$type}.ttf') format('truetype');
- font-weight: $weight;
- font-style: $style;
- }
-}
|
