Compare commits
1 Commits
ce7fcfc1ea
...
42e7f13b84
Author | SHA1 | Date | |
---|---|---|---|
42e7f13b84 |
@ -35,7 +35,7 @@ USERNAME=autonomic
|
|||||||
PROJECT_NAME=mont58
|
PROJECT_NAME=mont58
|
||||||
|
|
||||||
# Site URL, also just needs to be set once per project
|
# Site URL, also just needs to be set once per project
|
||||||
SITE_URL=mont58.local
|
SITE_URL=mont58-staging.smol-wp.autonomic.zone
|
||||||
|
|
||||||
# Multi-site config
|
# Multi-site config
|
||||||
#WORDPRESS_CONFIG_EXTRA="define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'frms.localhost'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('SUNRISE', true);"
|
#WORDPRESS_CONFIG_EXTRA="define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'frms.localhost'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('SUNRISE', true);"
|
||||||
|
@ -246,13 +246,3 @@ add_filter(
|
|||||||
10,
|
10,
|
||||||
3
|
3
|
||||||
);
|
);
|
||||||
|
|
||||||
// import acumin variable font
|
|
||||||
function mont58coffee_enqueue_fonts()
|
|
||||||
{
|
|
||||||
wp_enqueue_style(
|
|
||||||
"mont58coffee-fonts",
|
|
||||||
get_theme_file_uri("/fonts/acumin-variable-concept.css")
|
|
||||||
);
|
|
||||||
}
|
|
||||||
add_action("wp_enqueue_scripts", "mont58coffee_enqueue_fonts");
|
|
@ -13,7 +13,6 @@ if(!is_user_logged_in()){
|
|||||||
<title>Coffee Label</title>
|
<title>Coffee Label</title>
|
||||||
<link rel="preconnect" href="https://api/fonts.coollabs.io">
|
<link rel="preconnect" href="https://api/fonts.coollabs.io">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap" rel="stylesheet">
|
||||||
<link href="<?php echo get_theme_file_uri('/fonts/acumin-variable-concept.css') ?>" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<style>
|
<style>
|
||||||
.container {
|
.container {
|
||||||
@ -39,7 +38,7 @@ if(!is_user_logged_in()){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label .product-details {
|
.label .product-details {
|
||||||
font-family: 'Acumin Variable Concept', sans-serif;
|
font-family: 'Roboto Condensed';
|
||||||
font-size: calc(0.35 * 21px);
|
font-size: calc(0.35 * 21px);
|
||||||
letter-spacing: calc(0.35 * 2px);
|
letter-spacing: calc(0.35 * 2px);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user