how to add custom font to my resume site?

Bruno
Bruno ·

Adding Custom Fonts to Your CV Website

Creating a standout CV website is essential in today’s competitive job market. Personalization is key, and one way to achieve this is through the use of custom fonts. This guide will walk you through the steps to add custom fonts to your CV website created with cvuno, ensuring your online presence reflects your unique style.

Why Use Custom Fonts?

Using custom fonts gives your CV website a distinctive look that can help you stand out from the crowd. Here are a few reasons to consider:

  • Personality: A custom font can reflect your personal brand, showcasing your creativity and professionalism.
  • Readability: Some fonts are easier to read than others, and choosing the right one can enhance user experience.
  • Consistency: Using a custom font can help maintain a consistent aesthetic across your CV and other professional materials.

Steps to Add Custom Fonts

Here’s a step-by-step guide on how to add custom fonts to your CV website using cvuno:

Step 1: Choose Your Custom Font

Before you can add a custom font, you need to select one that aligns with your brand. Websites like Google Fonts or Adobe Fonts offer a plethora of options. Here’s how to choose:

  • Select a font style: Consider how formal or casual you want your CV to appear.
  • Check readability: Ensure that the font is easy to read, especially at smaller sizes.

Step 2: Obtain the Font URL

Once you've chosen your font, you will typically need to obtain a URL to link the font in your website. For example, if you're using Google Fonts:

  1. Search for your chosen font on Google Fonts.
  2. Click on “Select this style” to generate the embed link.
  3. Copy the provided <link> URL.

Step 3: Add the Font to Your CV Website

Now it's time to add the font to your cvuno site. Here’s how to do it:

  1. Log into your cvuno account.
  2. Navigate to the customization section of your CV website.
  3. Look for a section that allows you to add custom CSS or embed code.
  4. Paste the font link you copied from Google Fonts into the appropriate field.

For example:

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
 
body {
  font-family: 'Roboto', sans-serif;
}

Step 4: Customize Your Styles

Now that your font is added, you can begin customizing your styles to reflect the new font. You might want to adjust:

  • Font sizes for headings and body text to ensure a cohesive look.
  • Line heights to improve readability.
  • Font weights to emphasize certain sections of your CV.

Here’s an example of how you might adjust your CSS:

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
 
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

Step 5: Preview and Publish

After making your changes, it’s crucial to preview your CV website. This will help you ensure that everything looks good and functions correctly:

  1. Click on the preview option in your cvuno dashboard.
  2. Review how the custom font appears on different devices.
  3. Make any final adjustments if necessary.

Once satisfied, publish your CV website to showcase your unique style!

Tips for Success

  • Test on Multiple Devices: Always check how your custom font looks on smartphones, tablets, and desktops.
  • Stay Professional: Ensure the font choice remains professional, especially if you’re applying for formal positions.
  • Limit Font Usage: Using too many different fonts can be distracting. Stick to one or two complementary fonts.

Conclusion

Adding a custom font to your CV website is an excellent way to enhance your personal branding. By following these steps, you can create a visually appealing resume that resonates with potential employers.

For further inspiration, See an example CV created with cvuno!

Ready to create your standout CV website? Try cvuno today and experience the ease of building your online presence in just 10 seconds!

how to add custom font to my resume site? | CV UNO