Skip to content

Commit

Permalink
  • Loading branch information
AdiSaranga committed May 28, 2018
1 parent d42ecfa commit 363f0dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/javascript/packs/weeatApp/assets/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*@font-face {*/
/*font-family: 'ef_cuisinesregular';*/
/*src: asset_url('./fonts/efcuisines-regular-webfont.eot');*/
/*src: asset_url('./fonts/efcuisines-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*asset_url('./fonts/efcuisines-regular-webfont.woff') format('woff'),*/
/*asset_url('./fonts/efcuisines-regular-webfont.ttf') format('truetype'),*/
/*asset_url('./fonts/efcuisines-regular-webfont.svg#ef_cuisinesregular') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
@font-face {
font-family: 'ef_cuisinesregular';
src: asset_url('./fonts/efcuisines-regular-webfont.eot');
src: asset_url('./fonts/efcuisines-regular-webfont.eot?#iefix') format('embedded-opentype'),
asset_url('./fonts/efcuisines-regular-webfont.woff') format('woff'),
asset_url('./fonts/efcuisines-regular-webfont.ttf') format('truetype'),
asset_url('./fonts/efcuisines-regular-webfont.svg#ef_cuisinesregular') format('svg');
font-weight: normal;
font-style: normal;
}

.general {
font-family: "Arial Rounded MT Bold", fantasy;
Expand Down
1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {};

0 comments on commit 363f0dc

Please sign in to comment.