Skip to content

Commit

Permalink
Updt. CSS. Change font-size.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bauer committed Jan 23, 2023
1 parent eb1a5ff commit ba8d0e4
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions addons/gl2k_config/static/src/css/gl2k_theme_2022/gl2k_2022.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,34 @@
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-500.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-500.woff") format("woff")
}



@font-face {
font-family: "Rubik";
font-style: normal;
font-weight: 600;
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-600.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-600.woff") format("woff")
}



@font-face {
font-family: "Rubik";
font-style: normal;
font-weight: 700;
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-700.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-700.woff") format("woff")
}



@font-face {
font-family: "Rubik";
font-style: normal;
font-weight: 800;
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-800.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-800.woff") format("woff")
}



@font-face {
font-family: "Rubik";
font-style: normal;
font-weight: 900;
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-900.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-900.woff") format("woff")
}



@font-face {
font-family: "Glyphicons Halflings";
font-style: normal;
Expand Down Expand Up @@ -597,3 +582,9 @@ body .oe_website_sale h1,
h1[itemprop=name] {
display: none;
}

@media only screen and (min-width: 350px) {
body[data-on-shop-page="True"][data-latest-product-theme="gl2k_inline_test"]:not([data-confirmation-controller-called="True"]) #wrapwrap main #wrap #product_detail .product_price .btn {
font-size: 46px;
}
}

0 comments on commit ba8d0e4

Please sign in to comment.