Bootstrap table attributes
Copy link to clipboard
Copied
Nancy gave me some info on bootstrap tables. it's great for multiple columns. I do have some questions. Can I change the font? I tried in the properities menu/CSS. It worked, but it was about about to change bootstrap css files. I thought that was a VERY bad idea and did not proceed. Can I change the font externally? I added some nice attributes with nancy's info, but I still have some. questions. can I add border lines, and can I set a max width? This the code I have so far:
Copy link to clipboard
Copied
Sorry for the late reply. I didn't see your post until now.
Yes, you can change fonts in your custom.css file. I recommend sticking with web safe font-families that are common to most Windows/Mac machines. Custom fonts won't display on everyone's device unless they have installed it previously.
For special use cases, you may use Adobe Web Fonts. But they may take longer to load the page.
https://helpx.adobe.com/fonts/using/add-fonts-website.html
To add borders, use Bootstrap border classes below.
https://getbootstrap.com/docs/4.0/utilities/borders/

