Posts by Carol Libório • 13 points
2 posts
-
0
votes2
answers175
viewsA: How to import local sources via Vue/Vue-cli?
How did I manage: importing the source into a . scss file via @font-face, using the following syntax: @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap;…
-
0
votes2
answers175
viewsQ: How to import local sources via Vue/Vue-cli?
I need to import a local source for my project on Vue, and I am not succeeding. I tried using the @font-face, in that way: @font-face { font-family: 'Oxygen'; src:…