diff options
Diffstat (limited to 'theme/default/rsrc/css/import/_fonts.scss')
-rw-r--r-- | theme/default/rsrc/css/import/_fonts.scss | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/theme/default/rsrc/css/import/_fonts.scss b/theme/default/rsrc/css/import/_fonts.scss deleted file mode 100644 index 109a541..0000000 --- a/theme/default/rsrc/css/import/_fonts.scss +++ /dev/null @@ -1,24 +0,0 @@ -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Font "Font Awesome" [4.7.0] (by Fontello): SIL Open Font License (OFL) -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -@font-face { - font-family: "Fontello"; - font-weight: 400; - font-style: normal; - src: url("../font/fontello.woff2") format("woff2"); -} - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Font "Ruda": SIL Open Font License (OFL) -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -@font-face { - font-family: "Ruda"; - font-weight: 400; - src: url("../font/ruda-n-400.woff2") format("woff2"); -} - -@font-face { - font-family: "Ruda"; - font-weight: 700; - src: url("../font/ruda-n-700.woff2") format("woff2"); -} |