Skip to content

Commit

Permalink
make Copperplate web based
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Dec 22, 2023
1 parent 30fae22 commit cfe758f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-size: 7vw;
letter-spacing: 1.5vw;
font-weight: 10;
font-family: Copperplate, serif;
font-family: Copperplate Gothic, serif;
margin-bottom: 3vh;
@media (max-aspect-ratio: 1/1) {
font-size: 9vw;
Expand Down
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300" rel="stylesheet">
<!-- Source: https://www.onlinewebfonts.com/download/483f8a5e2868222491b8baed78121c3a -->
<link href="https://db.onlinewebfonts.com/c/483f8a5e2868222491b8baed78121c3a?family=Copperplate+Gothic" rel="stylesheet">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css"/>

Expand Down

0 comments on commit cfe758f

Please sign in to comment.