aboutsummaryrefslogtreecommitdiff
path: root/src_web/style/fonts/_font.scss
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-04-11 02:42:27 +0200
commit816d4add6f017775bc1f6607e392bfb71e393ffa (patch)
tree33a25a5b7420c9a1d4d606b312748a5a7426a0b8 /src_web/style/fonts/_font.scss
parentf8ab65b277c2eb7b9ed0e6d78f0302d388e0eff0 (diff)
repository refactoring
Diffstat (limited to 'src_web/style/fonts/_font.scss')
-rw-r--r--src_web/style/fonts/_font.scss9
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;
- }
-}