Skip to content

Commit

Permalink
Add Fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bauer committed Jan 24, 2023
1 parent b1f3d04 commit 3fa923d
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 9 additions & 6 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 @@ -3,42 +3,42 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(""), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-regular.woff2") format("woff2"), url("/themes/custom/ao_canvas/dist/css/assets/fonts/rubik/rubik-v20-latin-regular.woff") format("woff")
src: local(""), url("../fonts/rubik/rubik-v20-latin-regular.woff2") format("woff2"), url("../fonts/rubik/rubik-v20-latin-regular.woff") format("woff")
}
@font-face {
font-family: "Rubik";
font-style: normal;
font-weight: 500;
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")
src: local(""), url("../fonts/rubik/rubik-v20-latin-500.woff2") format("woff2"), url("../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")
src: local(""), url("../fonts/rubik/rubik-v20-latin-600.woff2") format("woff2"), url("../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")
src: local(""), url("../fonts/rubik/rubik-v20-latin-700.woff2") format("woff2"), url("../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")
src: local(""), url("../fonts/rubik/rubik-v20-latin-800.woff2") format("woff2"), url("../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")
src: local(""), url("../fonts/rubik/rubik-v20-latin-900.woff2") format("woff2"), url("../fonts/rubik/rubik-v20-latin-900.woff") format("woff")
}
@font-face {
font-family: "Glyphicons Halflings";
Expand Down Expand Up @@ -597,4 +597,7 @@ h1[itemprop=name] {

.f-type-boolean.has-error .form-control-feedback {
top: 0 !important;
}
body[data-on-shop-page="True"][data-latest-product-theme="gl2k_inline_test"]:not([data-confirmation-controller-called="True"]) #wrapwrap main #wrap .btn-primary{
display: none;
}

0 comments on commit 3fa923d

Please sign in to comment.