style.css for Storefront child theme

style.css
/*
Theme Name: Mithat's Storefront Child
Theme URI: n/a
Description: Storefront modified by mfk.
Author: Automattic/mfk
Author URI: https://mithatkonar.com
Template: storefront
Version: 0.1.0
*/
 
/* make the brand bigger. */
.site-branding .site-title {
  /*font-size: 2.8em;*/
  /*letter-spacing: -0.06em;*/
  font-size: 1.6em; 
  letter-spacing: -0.03em;
  line-height: 0.9em;
}
 
/* change bag icon to cart, from */
/* https://themebynumbers.com/2017/07/04/storefront-change-the-basket-to-a-cart/ */
.site-header-cart .cart-contents:after,
.storefront-handheld-footer-bar ul li.cart > a:before {
  content: "\f07a";
}
 
/* remove homepage categories title. */	
.storefront-product-categories .section-title {display:none;}