I'm attempting to modify the font of the pagination on my website.
Despite using a website builder, I couldn't find the option to change the font, so I resorted to inspecting the code to locate the correct class or id in order to use CSS instead.
This is the code I am trying:
.pagination li a {
font: Raleway !important;}
Unfortunately, the font is not updating. When I hover over the element, I see the following: View image 2 View image 3
What adjustments do I need to make to make this work? I struggle with coding, so any guidance would be greatly appreciated.