This commit is contained in:
parent
5d86b7a842
commit
d36bb36aed
@ -246,3 +246,13 @@ 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");
|
@ -38,7 +38,7 @@ if(!is_user_logged_in()){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label .product-details {
|
.label .product-details {
|
||||||
font-family: 'Roboto Condensed';
|
font-family: 'Acumin Variable Concept', sans-serif;
|
||||||
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