handle fonts properly

This commit is contained in:
Lephenixnoir 2019-06-11 14:16:05 -04:00
parent 2107e44c82
commit e56ef645d0
2 changed files with 7 additions and 2 deletions

View File

@ -1,14 +1,17 @@
---
---
/*
Fonts
*/
@font-face {
font-family: Cantarell;
src: url(/assets/fonts/Cantarell-Regular-332cc3bf7c53f2cfcb9b609ff0c994f737566f53166837d2b9c1e4d747a89ba8.otf); }
src: url(asset_path('fonts/Cantarell-Regular.otf')); }
@font-face {
font-family: Cantarell;
font-weight: bold;
src: url(/assets/fonts/Cantarell-Bold-679d3ac28bb8d9d4c017d40e79ba2f2baea708fbfb9d8669c4b879a56ca996ed.otf); }
src: url(asset_path('fonts/Cantarell-Bold.otf')); }
/*
Global

View File

@ -40,5 +40,7 @@ assets:
digest: true
sources:
- _assets
- _assets/css
- _assets/fonts
# End of file.