Compare commits
3 Commits
58d67a4ec6
...
525e7c1463
Author | SHA1 | Date | |
---|---|---|---|
525e7c1463 | |||
34d9cf604f | |||
e70171a798 |
@ -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>
|
||||||
@page {
|
@page {
|
||||||
@ -98,7 +97,6 @@ if(!is_user_logged_in()){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label .order-details {
|
.label .order-details {
|
||||||
position: absolute;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 5cm;
|
top: 5cm;
|
||||||
|
Loading…
Reference in New Issue
Block a user