Skip to content

Commit

Permalink
Update Layout “code”
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiwishoes committed Mar 21, 2024
1 parent 59c36d2 commit f604c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/code.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"css": ".body {\n font-family: \"Raleway\", sans-serif;\n}\n\n.header__nav {\n font-family: raleway;\n}\n\n.products-carousel__title a, .products-carousel__title span {\n font-family: raleway;\n font-weight: 700;\n}\n\nmain .product-card__name {\n font-family: 'Raleway';\n}\n\nmain .product-card .prices__value {\n font-family: 'Raleway';\n font-size: 17px;\n font-weight: 600;\n}\n\n.prices:not(.prices--big) .prices__installments {\n font-weight: 700;\n font-family: 'Raleway';\n font-size: 20px;\n color: black;\n}\n\n.prices__discount{\n font-family: 'Raleway';\n}\n\nmain .page-title__head h1 {\n font-family: 'Raleway';\n font-weight: 500;\n line-height: 42px;\n}\n\n.header__search-input {\n font-size: 16px;\n font-family: 'Raleway';\n}",
"css": ".body {\n font-family: \"Raleway\", sans-serif;\n}\n\n.header__nav {\n font-family: raleway;\n}\n\n.products-carousel__title a, .products-carousel__title span {\n font-family: raleway;\n font-weight: 700;\n}\n\nmain .product-card__name {\n font-family: 'Raleway';\n}\n\nmain .product-card .prices__value {\n font-family: 'Raleway';\n font-size: 17px;\n font-weight: 600;\n}\n\n.prices:not(.prices--big) .prices__installments {\n font-weight: 700;\n font-family: 'Raleway';\n font-size: 20px;\n color: black;\n}\n\n.prices__discount{\n font-family: 'Raleway';\n}\n\nmain .page-title__head h1 {\n font-family: 'Raleway';\n font-weight: 500;\n line-height: 42px;\n}\n\n.header__search-input {\n font-size: 16px;\n font-family: 'Raleway';\n}\n\ndiv>.header__nav .header__category {\n color: #000;\n}\n\ndiv>.header__nav .header__category:hover {\n color: #549358;\n}",
"html_head": "<style>\n@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')\n</style>\n\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link href=\"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap\" rel=\"stylesheet\">",
"html_body": ""
}

0 comments on commit f604c3e

Please sign in to comment.